DOCWRTLTDDOCUMENTTYPE (original) (raw)
Summary
Indicates the type of the LTD file.
Syntax
typedef enum _DOCWRTLTDDOCUMENTTYPE
{
DOCWRTLTDDOCUMENTTYPE_OCR,
DOCWRTLTDDOCUMENTTYPE_SVG,
DOCWRTLTDDOCUMENTTYPE_RASTER,
DOCWRTLTDDOCUMENTTYPE_MIXED,
} DOCWRTLTDDOCUMENTTYPE, * pDOCWRTLTDDOCUMENTTYPE;
Members
DOCWRTLTDDOCUMENTTYPE_OCR
The LTD file was created through the LEADTOOLS OCR engine and contains the data of OCR pages.
DOCWRTLTDDOCUMENTTYPE_SVG
The LTD file was created directly through the document writer and contains SVG pages only.
DOCWRTLTDDOCUMENTTYPE_RASTER
The LTD file was created directly through the document writer and contains raster pages only.
DOCWRTLTDDOCUMENTTYPE_MIXED
The LTD file was created directly through the document writer and contains SVG and raster pages.
Usage
LEADTOOLS Raster Imaging C API Help