Name of the document to be generated by this conversion.
Object.defineProperty(DocumentConverterJobData.prototype, 'documentName',
get: function(),
set: function(value)
)
documentName: 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.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET