documentName Property

Summary

Name of the document to be generated by this conversion.

Syntax
TypeScript
JavaScript
Object.defineProperty(DocumentConverterJobData.prototype, 'documentName', 
   get: function(), 
   set: function(value) 
) 
documentName: string; 

Property Value

Name of the document to be generated by this conversion. The default value is null.

Remarks

If the output file format used (either DocumentFormat or RasterImageFormat) does not support multipage files and the input document contains multiple pages, then the value of PageNumberingTemplate is used to generate the names of the files created by the job.

If DocumentName is null, then the generic "file" is used instead.

For more information, refer to DocumentConvertResult.

Example

For an example, refer to Convert.

Requirements

Target Platforms

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document Assembly