Visual Basic (Declaration) | |
---|---|
Public Property NearestBorder As OcrCellBorder |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As OcrTablePointInformation Dim value As OcrCellBorder instance.NearestBorder = value value = instance.NearestBorder |
C# | |
---|---|
public OcrCellBorder NearestBorder {get; set;} |
C++/CLI | |
---|---|
public: property OcrCellBorder NearestBorder { OcrCellBorder get(); void set ( OcrCellBorder value); } |
Property Value
An OcrCellBorder enumeration that specifies the nearest border to the given point.For an example, refer to IOcrTableZoneManager.GetPointInformation.
The value of this property is always OcrCellBorder.NoBorder when the distance is greater than distance passed to IOcrTableZoneManager.GetPointInformation.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7