←Select platform

LeftBorderWidth Property

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

Property Value

An int that specifies the width of the left 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.