documentName Property

Summary

Name of the document to be generated by this conversion.

Syntax

JavaScript Syntax
Object.defineProperty(DocumentConverterJobData.prototype, 'documentName', 
	get: function(), 
	set: function(value) 
) 
TypeScript Syntax
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 multi-page 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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Documents Assembly