Gets the cell index and the nearest border for a given point.
public OcrTablePointInformation GetPointInformation(
int zoneIndex,
LeadPoint point,
LeadSize distance
)
Function GetPointInformation( _
ByVal zoneIndex As Integer, _
ByVal point As LeadPoint, _
ByVal distance As LeadSize _
) As OcrTablePointInformation
zoneIndex
The 0-based index of the zone inside this page IOcrPage.Zones. This zone must exist in the list and its type must be a table (OcrZone.ZoneType must be OcrZoneType.Table) otherwise, this method will throw an exception.
point
The point inquired.
distance
Maximum distance threshold to use.
An OcrTablePointInformation that contains the cell index and nearest border of the given point.
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.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document