←Select platform

OcrCellBorder Enumeration

Summary

Indicates the cell border location

Syntax

C#
VB
WinRT C#
C++
[SerializableAttribute()] 
public enum OcrCellBorder   
<SerializableAttribute()> 
Public Enum OcrCellBorder  
    
    
[SerializableAttribute()] 
public enum OcrCellBorder    
Leadtools.Forms.Ocr.OcrCellBorder = function() { }; 
Leadtools.Forms.Ocr.OcrCellBorder.prototype = {<br/> 
  LeadtoolsMemberMarker(replace me) 
 }; 
[SerializableAttribute()] 
public enum class OcrCellBorder   

Members

ValueMemberDescription
0Left Left border.
1Top Top border.
2Right Right border.
3Bottom Bottom border.
4NoBorder No border. This value have a special meaning in OcrTablePointInformation.NearestBorder returned by IOcrTableZoneManager.GetPointInformation in certain situations and should not be used as in input to IOcrTableZoneManager.MoveCellBorder or IOcrTableZoneManager.GetCellBorderDragLimit.
Example

For an example, refer to IOcrTableZoneManager.

Requirements

Target Platforms

See Also

Reference

Leadtools.Forms.Ocr Namespace

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.Ocr Assembly