Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.9
|
Leadtools.Forms.Ocr Assembly > Leadtools.Forms.Ocr Namespace > OcrTablePointInformation Structure : NearestBorder Property |
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); }
The value of this property is always OcrCellBorder.NoBorder when the distance is greater than distance passed to IOcrTableZoneManager.GetPointInformation.