typedef enum _DOCWRTFORMAT
{
DOCUMENTFORMAT_USER = -1,
DOCUMENTFORMAT_LTD = 0,
DOCUMENTFORMAT_PDF = 1,
DOCUMENTFORMAT_DOC,
DOCUMENTFORMAT_RTF,
DOCUMENTFORMAT_HTM,
DOCUMENTFORMAT_TXT,
DOCUMENTFORMAT_EMF,
DOCUMENTFORMAT_XPS
DOCUMENTFORMAT_DOCX,
DOCUMENTFORMAT_XLS,
DOCUMENTFORMAT_EPUB,
DOCUMENTFORMAT_MOBI,
DOCUMENTFORMAT_SVG,
DOCUMENTFORMAT_ALTOXML,
} DOCWRTFORMAT, *pDOCWRTFORMAT;
The DOCWRTFORMAT enumeration provides information about supported document file formats.
Member | Description |
---|---|
DOCUMENTFORMAT_USER | [-1] Not supported. |
DOCUMENTFORMAT_LTD | [0] LEAD Temporary Document (Ltd). This format creates a temporary file on disk that can later be converted to any of the other formats supported by the LEADTOOLS Document Writers. |
DOCUMENTFORMAT_PDF | [1] Adobe Portable Document format (PDF). |
DOCUMENTFORMAT_DOC. | [2] Microsoft Word 97-2003 document format (DOC).. |
DOCUMENTFORMAT_RTF | [3] Rich Text document format (RTF). |
DOCUMENTFORMAT_HTM | [4] HyperText Markup Language document format (HTML). |
DOCUMENTFORMAT_TXT | [5] Text file format (Txt). |
DOCUMENTFORMAT_EMF | [6] Enhanced Meta file format (EMF). |
DOCUMENTFORMAT_XPS | [7] Microsoft Open XML Paper Specification (XPS) *. |
DOCUMENTFORMAT_DOCX | [8] Microsoft Word Document Format (Docx) . The DOCX format is part of Microsoft Open XML specification and first introduced with Microsoft Office 2007. |
DOCUMENTFORMAT_XLS | [9] Microsoft Excel 97-2003 Spreadsheet (XLS). |
DOCUMENTFORMAT_EPUB | [10] Electronic Publishing Format (ePub). |
DOCUMENTFORMAT_MOBI | [11] Mobipocket Format (MOBI). |
DOCUMENTFORMAT_SVG | [12] Scalable Vector Graphics (SVG). |
DOCUMENTFORMAT_ALTOXML | [13] ALTO (Analyzed Layout and Text Object) is an XML Schema used by the library of congress to describe OCR text and layout format. LEADTOOLS Document Writers support extra options for the ALTO format. For more information refer to DOCWRTALTOXMLOPTIONS. |
* This format requires .NET framework 3.0 or later.
** This format requires .NET Framework 3.0 or later and Microsoft Open XML Format SDK 2.*.
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