DOCWRTLTDDOCUMENTTYPE

typedef enum _DOCWRTLTDDOCUMENTTYPE 
{ 
   DOCWRTLTDDOCUMENTTYPE_OCR, 
   DOCWRTLTDDOCUMENTTYPE_SVG, 
   DOCWRTLTDDOCUMENTTYPE_RASTER, 
   DOCWRTLTDDOCUMENTTYPE_MIXED, 
} DOCWRTLTDDOCUMENTTYPE, * pDOCWRTLTDDOCUMENTTYPE; 

Indicates the type of the LTD file.

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.

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

LEADTOOLS Raster Imaging C API Help