Error processing SSI file
LEADTOOLS OCR (Leadtools.Forms.Ocr assembly)

Show in webframe

SetNativeZone Method








Parent page of the zone.
0-based index of the zone to update.
The native zone version.
Update a zone from a native version.
Syntax
void SetNativeZone( 
   IOcrPage page,
   int zoneIndex,
   NativeOcrZone zone
)
'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)
void SetNativeZone( 
   IOcrPage page,
   int zoneIndex,
   NativeOcrZone zone
)
public void setNativeZone(OcrPage page, int zoneIndex, NativeOcrZone zone)
function Leadtools.Forms.Ocr.IOcrZoneManager.SetNativeZone( 
   page ,
   zoneIndex ,
   zone 
)
void SetNativeZone( 
   IOcrPage^ page,
   int zoneIndex,
   NativeOcrZone zone
) 

Parameters

page
Parent page of the zone.
zoneIndex
0-based index of the zone to update.
zone
The native zone version.
Remarks

Use this method if low-level modification of the engine-specific zone is required.

Requirements

Target Platforms

See Also

Reference

IOcrZoneManager Interface
IOcrZoneManager Members

Error processing SSI file
Leadtools.Forms.Ocr requires a Recognition or Document Imaging Suite license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features