←Select platform

BottomBorderWidth Property

Summary

Gets or sets the width of the bottom border of the cell

Syntax
C#
VB
Objective-C
C++
Java
public int BottomBorderWidth { get; set; } 
Public Property BottomBorderWidth As Int32 
@property (nonatomic, assign) CGFloat bottomBorderWidth 
public double getBottomBorderWidth() 
public void setBottomBorderWidth(double value) 
public: 
property int BottomBorderWidth { 
   int get(); 
   void set (    int ); 
} 

Property Value

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