Leadtools.Documents Namespace > DocumentConverterJobData Object : DocumentOptions Property |
get_documentOptions();
set_documentOptions(value);
Object.defineProperty('documentOptions');
Type | Description |
---|---|
DocumentOptions | The options to use during document conversion. Default value null to use the default options for the format. |
To use custom options when converting the document, set the value of DocumentOptions to the DocumentOptions derived class that matches the format set in DocumentFormat as follows:
Format | Class |
---|---|
Ltd | |
Doc | |
Rtf | |
Html | |
Text | |
Emf | |
Xps | |
Docx | |
Xls | |
Pub | |
Mob | |
AltoXml | |
Svg |
For an example, refer to Convert.