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

Show in webframe

NearestBorder Property








Gets or sets the nearest border to the given point.
Syntax
public OcrCellBorder NearestBorder {get; set;}
'Declaration
 
Public Property NearestBorder As OcrCellBorder
'Usage
 
Dim instance As OcrTablePointInformation
Dim value As OcrCellBorder
 
instance.NearestBorder = value
 
value = instance.NearestBorder
public OcrCellBorder NearestBorder {get; set;}
 <br/>get_NearestBorder();<br/>set_NearestBorder(value);<br/>Object.defineProperty('NearestBorder'); 
public:
property OcrCellBorder NearestBorder {
   OcrCellBorder get();
   void set (    OcrCellBorder value);
}

Property Value

An OcrCellBorder enumeration that specifies the nearest border to the given point.
Remarks

The value of this property is always OcrCellBorder.NoBorder when the distance is greater than distance passed to IOcrTableZoneManager.GetPointInformation.

Example
For an example, refer to IOcrTableZoneManager.GetPointInformation.
Requirements

Target Platforms

See Also

Reference

OcrTablePointInformation Structure
OcrTablePointInformation Members
IOcrTableZoneManager.GetPointInformation

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