UserZones Class |
Namespace: OmniPageCSDK.IproPlus
The UserZones type exposes the following members.
| Name | Description | |
|---|---|---|
| Add |
This method creates a new user zone and adds it to the UserZones collection. | |
| DeselectAll |
Use this method to deselect all zones.
| |
| Dispose | Releases all resources used by the UserZones | |
| GetDocument |
Returns the parent Document object.
| |
| GetEngine |
Returns the Engine object.
| |
| GetEnumerator | ||
| GetItem |
This property returns the requested UserZone object from the collection.
| |
| ItemByUniqueID |
This property allows you to identify a user zone based on its ID.
| |
| Remove |
This method removes the requested user zone from the collection. | |
| RemoveAll | ||
| RestoreUserZones |
This method restores the cached user zone set if it exists. | |
| SaveTemplate |
This method saves the current user zone-list to a zone-file or a zone template. | |
| ScaleZones |
This method shrinks or enlarges the size of all user zones in the collection based on the Percent parameter. | |
| SelectAll |
Use this method to select all zones.
| |
| ShiftZones |
This method shifts all user zones in this collection using the vector specified by the Shift parameter. |
Through its properties, the UserZones collection enables you to access and manipulate the user zone set which provides input for recognition.
After zone location or recognition, the OCRZones collection is created and the UserZones collection is synchronized accordingly. In processing methods that alter the user zone set, the collection is automatically stored for later reference to provide a way to recall the original UserZones set using the RestoreUserZones method.