Gets or sets the nearest border to the given point.
public OcrCellBorder NearestBorder { get; set; }
Public Property NearestBorder As Leadtools.Forms.Ocr.OcrCellBorder
public:
property Leadtools.Forms.Ocr.OcrCellBorder NearestBorder {
Leadtools.Forms.Ocr.OcrCellBorder get();
void set ( Leadtools.Forms.Ocr.OcrCellBorder );
}
An OcrCellBorder enumeration that specifies the nearest border to the given point.
The value of this property is always OcrCellBorder.NoBorder when the distance is greater than distance passed to IOcrTableZoneManager.GetPointInformation.
For an example, refer to IOcrTableZoneManager.GetPointInformation.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET