Click or drag to resize

IMG_LINEORDER Enumeration

Image line order.

Namespace:  Kofax.OmniPageCSDK.IproPlus
Assembly:  Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntax
public enum IMG_LINEORDER
Members
  Member nameValueDescription
TOP_DOWN0 First line is the top line of the image.
BOTTOM_UP1 First line is the bottom line of the image.
Remarks
Line order setting determines the order of the lines in the passed buffer on calling the RenderToMemoryByParams method of the Image object.
See Also