Outline and descriptions of interfaces, classes, structures, enumerations, and delegates.
Classes
| Class | Description |
| AltoXmlDocumentOptions | Provides extra options to use when saving a document using the ALTO (Analyzed Layout and Text Object) format. |
| DocDocumentOptions | Provides extra options to use when saving a document using the Microsoft Word 2003 document format (DOC) format. |
| DocumentEmfPage | Data for one Windows Enhanced Metafile (WMF) page to be added to a document file. |
| DocumentEmptyPage | Data for one empty page to be added to a document file. |
| DocumentOptions | Abstract base class that provides functionality common to all the format option classes in the LEADTOOLS Document Writers. |
| DocumentPage | Data for one page to be added to a document file. |
| DocumentProgressEventArgs | Provides data for the DocumentWriter.Progress event. |
| DocumentRasterPage | Data for one raster page to be added to a document file. |
| DocumentSvgPage | Data for one SVG page to be added to a document file. |
| DocumentWriter | Support for creating document files such as PDF, XPS, DOC, HTML, RTF, or Text from Scalable Vector Graphics (SVG), Windows Enhanced Meta Files (EMF) or raster images. |
| DocxDocumentOptions | Provides extra options to use when saving a document using the Microsoft Word format (DOCX). |
| EmfDocumentOptions | Provides extra options to use when saving a document using the Windows Enhanced Meta File (EMF) format. |
| HtmlDocumentOptions | Provides extra options to use when saving a document using the HyperText Markup Language (HTML) format. |
| LtdDocumentOptions | Provides extra options to use when saving a document using the LEADTOOLS Temporary Document (LTD) format. |
| MobDocumentOptions | Provides extra options to use when saving a document using the Mobipocket e-book format (MOB) format. |
| PdfDocumentOptions | Provides extra options to use when saving a document using the Adobe Portable Document Format (PDF). |
| PubDocumentOptions | Provides extra options to use when saving a document using the eBooks Format (ePUB). |
| RtfDocumentOptions | Provides extra options to use when saving a document using the Rich Text Format (RTF). |
| SvgDocumentOptions | Provides extra options to use when saving a document using the Scalable Vector Graphics (SVG) format. |
| TextDocumentOptions | Provides extra options to use when saving a document to a text file using the LEADTOOLS DocumentWriter. |
| XlsDocumentOptions | Provides extra options to use when saving a document using the Microsoft Excel 2003 format (XLS). |
| XpsDocumentOptions | Provides extra options to use when saving a document using the Microsoft Open XML Paper Specification format (XPS). |
Structures
| Structure | Description |
| PdfAutoBookmark | Options to use when creating bookmarks in automatic way based on font information of the document when creating Adobe Portable Document Format (PDF) documents. |
| PdfCustomBookmark | Options to use when creating custom bookmarks based when creating Adobe Portable Document Format (PDF) documents. |
Enumerations
See Also