←Select platform

BottomBorderWidth Property

Summary

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

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public LogicalLength BottomBorderWidth { get; set; } 
Public Property BottomBorderWidth As Leadtools.Forms.LogicalLength 
public Leadtools.Forms.LogicalLength BottomBorderWidth {get; set;} 
@property (nonatomic, assign) CGFloat bottomBorderWidth 
public double getBottomBorderWidth() 
public void setBottomBorderWidth(double value) 
             
 <br/>get_BottomBorderWidth();<br/>set_BottomBorderWidth(value);<br/>Object.defineProperty('BottomBorderWidth');  
public: 
property Leadtools.Forms.LogicalLength BottomBorderWidth { 
   Leadtools.Forms.LogicalLength get(); 
   void set (    Leadtools.Forms.LogicalLength ); 
} 

Property Value

A LogicalLength that specifies the width of the bottom border of the cell in logical (page) coordinates. Default value is 1 pixel.

Example

For an example, refer to IOcrTableZoneManager

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.Ocr Assembly