Gets the character collection for the specified zone index.
public IOcrZoneCharacters FindZoneCharacters(
int zoneIndex
)
Function FindZoneCharacters( _
ByVal zoneIndex As Integer _
) As IOcrZoneCharacters
- (LTOcrZoneCharacters *)objectAtIndex:(NSUInteger)index
public OcrZoneCharacters findZoneCharacters(int zoneIndex)
IOcrZoneCharacters^ FindZoneCharacters(
int zoneIndex
)
zoneIndex
Zero-based index of the required zone.
An IOcrZoneCharacters collection containing the characters for the specified zone.
Each IOcrPageCharacters contain a collection of the collection of characters for each zone. To get the characters of a particular zone you can either iterate through all the members of IOcrPageCharacters and find the item with IOcrZoneCharacters.ZoneIndex equal to zoneIndex, or you can use the FindZoneCharacters helper method to get the same value.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document