Click or drag to resize

PageCharacterArray 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
Syntax
public IPROCHARACTER[] CharacterArray(
	[OptionalAttribute] Object OCRZoneIndex,
	[OptionalAttribute] Object CellNumber
)

Parameters

OCRZoneIndex (Optional)
Type: SystemObject
CellNumber (Optional)
Type: SystemObject

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