←Select platform

RightBorderWidth Property

Summary

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

Syntax
C#
VB
Objective-C
C++
Java
public int RightBorderWidth { get; set; } 
Public Property RightBorderWidth As Int32 
@property (nonatomic, assign) CGFloat rightBorderWidth 
public double getRightBorderWidth() 
public void setRightBorderWidth(double value) 
public: 
property int RightBorderWidth { 
   int get(); 
   void set (    int ); 
} 

Property Value

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