Error processing SSI file
LEADTOOLS Leadtools.Documents (Leadtools.Documents assembly)

DocumentName Property

Show in webframe
Name of the document to be generated by this conversion.
Syntax
get_documentName();
set_documentName(value);
Object.defineProperty('documentName');

Property Value

TypeDescription
stringName 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.

See Also

Reference

DocumentConverterJobData Object
DocumentConverterJobData Members

Error processing SSI file