PageCharacterArray Method
|
Namespace:
Kofax.OmniPageCSDK.IproPlus
Assembly:
Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntaxpublic IPROCHARACTER[] CharacterArray(
[OptionalAttribute] Object OCRZoneIndex,
[OptionalAttribute] Object CellNumber
)
Public Function CharacterArray (
<OptionalAttribute> OCRZoneIndex As Object,
<OptionalAttribute> CellNumber As Object
) As IPROCHARACTER()
public:
array<IPROCHARACTER>^ CharacterArray(
[OptionalAttribute] [InAttribute] Object^ OCRZoneIndex,
[OptionalAttribute] [InAttribute] Object^ CellNumber
)
Parameters
- OCRZoneIndex (Optional)
- Type: SystemObject
- CellNumber (Optional)
- Type: SystemObject
Return Value
Type:
IPROCHARACTER
See Also