←Select platform

TopBorderWidth Property

Summary
Gets or sets the width of the top border of the cell
Syntax
C#
VB
Objective-C
C++
Java
public int TopBorderWidth { get; set; } 
Public Property TopBorderWidth As Int32 
@property (nonatomic, assign) CGFloat topBorderWidth 
public double getTopBorderWidth() 
public void setTopBorderWidth(double value) 
public: 
property int TopBorderWidth { 
   int get(); 
   void set (    int ); 
} 

Property Value

An int that specifies the width of the top border of the cell in pixels. Default value is 1 pixel.

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.