Click or drag to resize

FILLAREA_FLAGS Enumeration

Determining the area to be filled.

Namespace:  Kofax.OmniPageCSDK.IproPlus
Assembly:  Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntax
public enum FILLAREA_FLAGS
Members
  Member nameValueDescription
FILL_INSIDE0 Fill the image inside the rectangle.
FILL_OUTSIDE1 Fill the image outside the rectangle.
FILL_FLEXIBLEBPS2 Increase the color depth of the image if necessary. E.g.: the current image is gray-scale and the filling color is red: if this flag is set the image is changed to 24-bit true-color, if this flag is not set the fillcolor is converted down to gray. This parameter can be combined with FILL_INSIDE or FILL_OUTSIDE.
Remarks
FILLAREA_FLAGS is used by the Fill method of the Image object.
See Also