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

DocumentOptions Property

Show in webframe
The options to use during document conversion.
Syntax
get_documentOptions();
set_documentOptions(value);
Object.defineProperty('documentOptions');

Property Value

TypeDescription
DocumentOptionsThe options to use during document conversion. Default value null to use the default options for the format.
Remarks

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

LtdDocumentOptions

Pdf

PdfDocumentOptions

Doc

DocDocumentOptions

Rtf

RtfDocumentOptions

Html

HtmlDocumentOptions

Text

TextDocumentOptions

Emf

EmfDocumentOptions

Xps

XpsDocumentOptions

Docx

DocxDocumentOptions

Xls

XlsDocumentOptions

Pub

PubDocumentOptions

Mob

MobDocumentOptions

AltoXml

AltoXmlDocumentOptions

Svg

SvgDocumentOptions

Example

For an example, refer to Convert.

See Also

Reference

DocumentConverterJobData Object
DocumentConverterJobData Members

Error processing SSI file