Page.CharacterArray Method
|
This property returns an array of characters on the page in the form of an
IPROCHARACTER array.
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: System.Object
- CellNumber (Optional)
- Type: System.Object
Return Value
Type:
IPROCHARACTER[]
Remarks
This method is useful for fast access to OCR results. The interpretation of the optional OCRZoneIndex and CellNumber parameters are documented
in the description of the Characters property. The return value of this property is a Variant containing a SAFEARRAY,
where each item is an IPROCHARACTER structure.
The caller is responsible for destroying the returned SAFEARRAY if it is no longer used.
See Also