Leadtools.Forms.Ocr Namespace > IOcrTableZoneManager Interface : GetPointInformation Method |
OcrTablePointInformation GetPointInformation( int zoneIndex, LogicalPoint point, LogicalSize distance )
'Declaration Function GetPointInformation( _ ByVal zoneIndex As Integer, _ ByVal point As LogicalPoint, _ ByVal distance As LogicalSize _ ) As OcrTablePointInformation
'Usage Dim instance As IOcrTableZoneManager Dim zoneIndex As Integer Dim point As LogicalPoint Dim distance As LogicalSize Dim value As OcrTablePointInformation value = instance.GetPointInformation(zoneIndex, point, distance)
OcrTablePointInformation GetPointInformation( int zoneIndex, LogicalPoint point, LogicalSize distance )
function Leadtools.Forms.Ocr.IOcrTableZoneManager.GetPointInformation( zoneIndex , point , distance )
OcrTablePointInformation GetPointInformation( int zoneIndex, LogicalPoint point, LogicalSize distance )
If the distance of point from the left or right border and top or right border is less than this, then the output nearest border value (OcrTablePointInformation.NearestBorder) will be the nearest one. Otherwise, if the distance is greater than distance, the value of OcrTablePointInformation.NearestBorder will be OcrCellBorder.NoBorder.