←Select platform

OcrCellBorderLineStyle Enumeration

Summary

Indicates the line style of a cell border.

Syntax
C#
VB
Objective-C
C++
Java
[SerializableAttribute()] 
public enum OcrCellBorderLineStyle   
<SerializableAttribute()> 
Public Enum OcrCellBorderLineStyle  
typedef NS_ENUM(NSInteger, LTOcrCellBorderLineStyle) 
public enum OcrCellBorderLineStyle 
[SerializableAttribute()] 
public enum class OcrCellBorderLineStyle   

Members
ValueMemberDescription
0None There is no line. For example a cell without visible borders, or a frame indicated by only a different background color.
1Solid Solid line.
2Double Double line.
3Dashed Dashed line.
4Dotted Dotted line.

Example

For an example, refer to IOcrTableZoneManager.

Requirements

Target Platforms

See Also

Reference

Leadtools.Ocr Namespace

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

Leadtools.Ocr Assembly