Click or drag to resize

IMG_PADDING Enumeration

Image padding.

Namespace:  Kofax.OmniPageCSDK.IproPlus
Assembly:  Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntax
public enum IMG_PADDING
Members
  Member nameValueDescription
PAD_BYTEBOUNDARY1 Lines of the image are padded to byte boundaries.
PAD_WORDBOUNDARY2 Lines of the image are padded to word (double byte) boundaries (Default).
PAD_DWORDBOUNDARY4 Lines of the image are padded to double word boundaries.
Remarks
Padding mode setting for the image in the application's memory space. The padding mode setting determines how the lines in the image are to be padded on calling the RenderToMemoryByParams method of the Image object.
See Also