DOC2_PAGEBREAKSETTING

typedef enum 
{ 
   DOC2_PB_NEVER = 0, 
   DOC2_PB_ALWAYS, 
   DOC2_PB_AUTO, 
} DOC2_PAGEBREAKSETTING; 

The DOC2_PAGEBREAKSETTING enumerated type specifies how to handle page breaks when creating output.

Value Meaning
DOC2_PB_NEVER Never add page breaks
DOC2_PB_ALWAYS Always add page breaks
DOC2_PB_AUTO Auto add page breaks

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