public IOcrZoneCollection Zones { get; }
ReadOnly Property Zones As IOcrZoneCollection
@property (nonatomic, strong, readonly) LTOcrZoneCollection *zones
public OcrZoneCollection getZones()
property IOcrZoneCollection^ Zones {
IOcrZoneCollection^ get();
}
A IOcrZoneCollection object that contains the zones of this IOcrPage.
An OCR zone is a rectangular area on a page containing a feature of interest to the user
Each IOcrPage object contains one instance of the IOcrZoneCollection interface. Zones will contain all the zones added to the page either manually through the IOcrZoneCollection.Add or IOcrZoneCollection.Insert methods or the zones automatically generated with the AutoZone method.
IOcrZoneCollection interface implements standard .NET ICollection<T>, IList<T>, and IEnumerable<T> interfaces and hence, you can use the member of these interfaces to add, remove, get, set and iterate through the different zones of this page.Each zone is defined by the OcrZone structure.
Calling AutoZone will clear the zones of the page before adding the new zones found.
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