Products | Support | Send comments on this topic. | Email a link to this topic. | Back to Getting Started | Help Version 18.0.10.23
LEADTOOLS OCR C DLL Help

OMRFRAME

Show in webframe

typedef enum
{
   OMR_AUTO_FRAME,
   OMR_WITHOUT_FRAME,
   OMR_WITH_FRAME,
} OMRFRAME;

The OMRFRAME enumerated type specifies whether frames exist and if they will be automatically detected.

Value

Meaning

OMR_AUTO_FRAME

Automatically detect whether there is a printed frame (e.g. Checkbox) or not.

OMR_WITHOUT_FRAME

The OMR zone is inside the printed frame, so the printed frame is not visible.

OMR_WITH_FRAME

The OMR zone is outside the printed frame, so the printed frame is visible.

Comments

This enumerated type is used by the following structure:

OMROPTIONS

Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.