Abstract base class that provides functionality common to all the format option classes in the LEADTOOLS Document Writers.
function lt.Documents.Writers.DocumentOptions
class lt.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.
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