UserZonesInsertDropOutColorZone Method
|
Namespace:
Kofax.OmniPageCSDK.Objects
Assembly:
Kofax.OmniPageCSDK.Objects (in Kofax.OmniPageCSDK.Objects.dll) Version: 20.1.0.0 (20.1.16620.2100)
Syntaxpublic InputZone InsertDropOutColorZone(
RECT rect,
int index = -1,
IMAGEINDEX imageindex = IMAGEINDEX.II_CURRENT
)
Public Function InsertDropOutColorZone (
rect As RECT,
Optional index As Integer = -1,
Optional imageindex As IMAGEINDEX = IMAGEINDEX.II_CURRENT
) As InputZone
public:
InputZone^ InsertDropOutColorZone(
RECT rect,
int index = -1,
IMAGEINDEX imageindex = IMAGEINDEX::II_CURRENT
)
Parameters
- rect
- Type: Kofax.OmniPageCSDK.ArgTypesRECT
- index (Optional)
- Type: SystemInt32
- imageindex (Optional)
- Type: Kofax.OmniPageCSDK.ArgTypesIMAGEINDEX
Return Value
Type:
InputZone
See Also