←Select platform

OcrCellBorderLineStyle Enumeration

Summary

Indicates the line style of a cell border.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
[SerializableAttribute()] 
public enum OcrCellBorderLineStyle   
<SerializableAttribute()> 
Public Enum OcrCellBorderLineStyle  
    
    
[SerializableAttribute()] 
public enum OcrCellBorderLineStyle    
typedef NS_ENUM(NSInteger, LTOcrCellBorderLineStyle) 
public enum OcrCellBorderLineStyle 
Leadtools.Forms.Ocr.OcrCellBorderLineStyle = function() { }; 
Leadtools.Forms.Ocr.OcrCellBorderLineStyle.prototype = {<br/> 
  None = 0, 
    Solid = 1, 
    Double = 2, 
    Dashed = 3, 
    Dotted = 4, 
     
 }; 
[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.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