C#
VB
Java
WinRT C#
C++
Gets the native version of a zone.
public NativeOcrZone GetNativeZone(
IOcrPage page,
int zoneIndex
)
Function GetNativeZone( _
ByVal page As Leadtools.Forms.Ocr.IOcrPage, _
ByVal zoneIndex As Integer _
) As Leadtools.Forms.Ocr.NativeOcrZone
Leadtools.Forms.Ocr.NativeOcrZone GetNativeZone(
Leadtools.Forms.Ocr.IOcrPage page,
int zoneIndex
)
function Leadtools.Forms.Ocr.IOcrZoneManager.GetNativeZone(
page ,
zoneIndex
)
Leadtools.Forms.Ocr.NativeOcrZone GetNativeZone(
Leadtools.Forms.Ocr.IOcrPage^ page,
int zoneIndex
)
page
Parent page of the zone.
zoneIndex
0-based index of the zone to get.
The native zone version.
Use this method if low-level modification of the engine-specific zone is required.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET