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
Syntaxpublic enum FILLAREA_FLAGS
Public Enumeration FILLAREA_FLAGS
public enum class FILLAREA_FLAGS
Members
| Member name | Value | Description |
---|
| FILL_INSIDE | 0 |
Fill the image inside the rectangle.
|
| FILL_OUTSIDE | 1 |
Fill the image outside the rectangle.
|
| FILL_FLEXIBLEBPS | 2 |
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