←Select platform

TopBorderStyle Property

Summary
Gets or sets the style of the top border of the cell
Syntax
C#
VB
Objective-C
C++
Java
public OcrCellBorderLineStyle TopBorderStyle { get; set; } 
Public Property TopBorderStyle As OcrCellBorderLineStyle 
@property (nonatomic, assign) LTOcrCellBorderLineStyle topBorderStyle 
public OcrCellBorderLineStyle getTopBorderStyle() 
public void setTopBorderStyle(OcrCellBorderLineStyle value) 
public: 
property OcrCellBorderLineStyle TopBorderStyle { 
   OcrCellBorderLineStyle get(); 
   void set (    OcrCellBorderLineStyle ); 
} 

Property Value

An OcrCellBorderLineStyle enumeration member that specifies the style of the top border of the cell. Default value is OcrCellBorderLineStyle.Solid.

Example

For an example, refer to IOcrTableZoneManager

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.