Leadtools.Documents Namespace > DocumentConverterJobData Object : DocumentName Property |
get_documentName();
set_documentName(value);
Object.defineProperty('documentName');
Type | Description |
---|---|
string | Name of the document to be generated by this conversion. The default value is null. |
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.
For an example, refer to Convert.