Click or drag to resize

ANCHOR_REF_POINT Enumeration

Reference point of the anchor.

Namespace:  Kofax.OmniPageCSDK.IproPlus
Assembly:  Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntax
public enum ANCHOR_REF_POINT
Members
  Member nameValueDescription
REF_AUTO0 if no regexp: centre, else top-left
REF_CENTRE1 centre of the bounding box
REF_TOP_LEFT2 top-left corner of the bounding box
REF_TOP_RIGHT3 top-right corner of the bounding box
REF_BOTTOM_LEFT4 bottom-left corner of the bounding box
REF_BOTTOM_RIGHT5 bottom-right corner of the bounding box
See Also