DOCWRTLTDDOCUMENTTYPE

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

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

LEADTOOLS Raster Imaging C API Help

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.