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

DocumentOptions Object

Show in webframe
Members 
Abstract base class that provides functionality common to all the format option classes in the LEADTOOLS Document Writers.
Object Model
Syntax
function Leadtools.Documents.Writers.DocumentOptions() 
Remarks

You cannot use the DocumentOptions class directly. Instead, use one of the derived classes to get and set the options associated with a document format. The following table lists the document formats and the DocumentOptions derived class associated with it:

Format Class
DocumentFormat.Ltd LtdDocumentOptions
DocumentFormat.Pdf PdfDocumentOptions
DocumentFormat.Doc DocDocumentOptions
DocumentFormat.Rtf RtfDocumentOptions
DocumentFormat.Html HtmlDocumentOptions
DocumentFormat.Text TextDocumentOptions
DocumentFormat.Emf EmfDocumentOptions
DocumentFormat.Xps XpsDocumentOptions
DocumentFormat.Docx DocxDocumentOptions
DocumentFormat.Xls XpsDocumentOptions

To change the options used with a particular format, perform the following steps:

  1. Create a new instance of a DocumentOptions derived class, such as PdfDocumentOptions.

  2. Use the various derived class properties to change the options.

  3. Set the object in the DocumentConverterJobData.DocumentOptions property to use the new options for the conversion.

Example
For an example, refer to Convert.
See Also

Reference

DocumentOptions Members
Leadtools.Documents.Writers Namespace

Error processing SSI file