Leadtools.Documents.Writers Namespace : DocumentOptions Object |
function Leadtools.Documents.Writers.DocumentOptions()
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:
To change the options used with a particular format, perform the following steps:
Create a new instance of a DocumentOptions derived class, such as PdfDocumentOptions.
Use the various derived class properties to change the options.
Set the object in the DocumentConverterJobData.DocumentOptions property to use the new options for the conversion.