outputDocumentId Property

Summary

ID of the output document generated by this conversion job.

Syntax
TypeScript
JavaScript
Object.defineProperty(StatusJobData.prototype, 'outputDocumentId', 
   get: function() 
) 
readonly outputDocumentId: string; 

Property Value

The ID of the output document generated by this conversion job. The default value is null.

Remarks

outputDocumentId is an optional value and if the default value of null is used, then the framework will use a new GUID for the output document. The output document will be uploaded to the cache and its URL stored in outputDocumentUri when the job finishes.

Example

For an example, refer to StatusJobDataRunner.

Requirements
Target Platforms
Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.