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 > IOcrZoneManager Interface : SetNativeZone Method |
'Declaration
Sub SetNativeZone( _ ByVal page As IOcrPage, _ ByVal zoneIndex As Integer, _ ByVal zone As NativeOcrZone _ )
'Usage
Dim instance As IOcrZoneManager Dim page As IOcrPage Dim zoneIndex As Integer Dim zone As NativeOcrZone instance.SetNativeZone(page, zoneIndex, zone)
public void setNativeZone(OcrPage page, int zoneIndex, NativeOcrZone zone)
Use this method if low-level modification of the engine-specific zone is required.