The options to use during document conversion.
Object.defineProperty(DocumentConverterJobData.prototype, 'documentOptions',
get: function(),
set: function(value)
)
documentOptions: 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.
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