Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.9
|
Leadtools.Forms.Ocr Assembly > Leadtools.Forms.Ocr Namespace > IOcrEngine Interface : ZoneManager Property |
IOcrZoneManager ZoneManager {get;}
'Declaration
ReadOnly Property ZoneManager As IOcrZoneManager
'Usage
Dim instance As IOcrEngine Dim value As IOcrZoneManager value = instance.ZoneManager
IOcrZoneManager ZoneManager {get;}
@property (nonatomic, strong, readonly) LTOcrZoneManager *zoneManager
public OcrZoneManager getZoneManager()
get_ZoneManager();
property IOcrZoneManager^ ZoneManager { IOcrZoneManager^ get(); }
The zone manager contains information about the following:
For more information, refer to IOcrZoneManager.
You must call the Startup method before you can use the ZoneManager.