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;}
get_NearestBorder();
set_NearestBorder(value);
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.