←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 20.0.2020.4.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Ocr Assembly