DOC2_DPISETTING

typedef enum 
{ 
   DOC2_DPI_NONE = 0, 
   DOC2_DPI_ORIGINAL, 
   DOC2_DPI_72, 
   DOC2_DPI_100, 
   DOC2_DPI_150, 
   DOC2_DPI_200, 
   DOC2_DPI_300, 
} DOC2_DPISETTING; 

The DOC2_DPISETTING enumerated type specifies the possible DPI settings for the output.

Value Meaning
DOC2_DPI_NONE None
DOC2_DPI_ORIGINAL Original
DOC2_DPI_72 Both X and Y resolution are 72 DPI
DOC2_DPI_100 Both X and Y resolution are 100 DPI
DOC2_DPI_150 Both X and Y resolution are 150 DPI
DOC2_DPI_200 Both X and Y resolution are 200 DPI
DOC2_DPI_300 Both X and Y resolution are 300 DPI

Comments

The enumeration is used by:

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

LEADTOOLS OCR Module - OmniPage Engine C API Help