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

Show in webframe

GetTabulatorPosition Method








The 0-based index of the zone inside this page IOcrPage.Zones. This zone must exist in the list and its type must be a table (OcrZone.ZoneType must be OcrZoneType.Table) otherwise, this method will throw an exception.
The point inquired.
Gets the first tabulator position after the given position in a table zone. The tabulator has only a horizontal position.
Syntax
LogicalPoint GetTabulatorPosition( 
   int zoneIndex,
   LogicalPoint point
)
'Declaration
 
Function GetTabulatorPosition( _
   ByVal zoneIndex As Integer, _
   ByVal point As LogicalPoint _
) As LogicalPoint
'Usage
 
Dim instance As IOcrTableZoneManager
Dim zoneIndex As Integer
Dim point As LogicalPoint
Dim value As LogicalPoint
 
value = instance.GetTabulatorPosition(zoneIndex, point)
LogicalPoint GetTabulatorPosition( 
   int zoneIndex,
   LogicalPoint point
)
function Leadtools.Forms.Ocr.IOcrTableZoneManager.GetTabulatorPosition( 
   zoneIndex ,
   point 
)
LogicalPoint GetTabulatorPosition( 
   int zoneIndex,
   LogicalPoint point
) 

Parameters

zoneIndex
The 0-based index of the zone inside this page IOcrPage.Zones. This zone must exist in the list and its type must be a table (OcrZone.ZoneType must be OcrZoneType.Table) otherwise, this method will throw an exception.
point
The point inquired.

Return Value

A LogicalPoint that contains position of the tabulator following point.
Remarks

Manipulating cells position and size inside a table zone is a very sensitive matter and any non-accurate information will cause an error. The IOcrTableZoneManager contains methods to easily accomplish these tasks with minimum error. These methods are built around what is expected to be accomplished by an application that manipulates the cells of a zone through a user-interface, such as clicking and dragging with the mouse.

The following methods can be used to manipulate the cells position and size:

Requirements

Target Platforms

See Also

Reference

IOcrTableZoneManager Interface
IOcrTableZoneManager 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