←Select platform

NearestBorder Property

Summary
Gets or sets the nearest border to the given point.
Syntax
C#
VB
C++
public OcrCellBorder NearestBorder { get; set; } 
Public Property NearestBorder As OcrCellBorder 
public: 
property OcrCellBorder NearestBorder { 
   OcrCellBorder get(); 
   void set (    OcrCellBorder ); 
} 

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

Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Ocr Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.