LEADTOOLS OCR (Leadtools.Forms.Ocr assembly)

Zones Property

Show in webframe







Gets the zones of this IOcrPage.
Syntax
IOcrZoneCollection Zones {get;}
'Declaration
 
ReadOnly Property Zones As IOcrZoneCollection
'Usage
 
Dim instance As IOcrPage
Dim value As IOcrZoneCollection
 
value = instance.Zones
IOcrZoneCollection Zones {get;}
@property (nonatomic, strong, readonly) LTOcrZoneCollection* zones;
public OcrZoneCollection getZones()
get_Zones(); 
property IOcrZoneCollection^ Zones {
   IOcrZoneCollection^ get();
}

Property Value

A IOcrZoneCollection object that contains the zones of this IOcrPage.
Remarks

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, IList, and IEnumerable 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.

Example
For an example, refer to OcrZone and AutoZone.
Requirements

Target Platforms

See Also

Reference

IOcrPage Interface
IOcrPage Members
Recognize Method
IOcrDocument Interface
IOcrPageCollection Interface
IOcrZoneCollection Interface
OcrZone Structure
Programming with the LEADTOOLS .NET OCR
Working with OCR Zones

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.

Zones requires an OCR module license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features