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