C#
VB
Java
Objective-C
WinRT C#
C++
Gets or sets the bounding rectangle of the cell.
public LogicalRectangle Bounds { get; set; }
Public Property Bounds As Leadtools.Forms.LogicalRectangle
public Leadtools.Forms.LogicalRectangle Bounds {get; set;}
@property (nonatomic, assign) LeadRect bounds
public LeadRect getBounds()
public void setBounds(LeadRect value)
<br/>get_Bounds();<br/>set_Bounds(value);<br/>Object.defineProperty('Bounds');
public:
property Leadtools.Forms.LogicalRectangle Bounds {
Leadtools.Forms.LogicalRectangle get();
void set ( Leadtools.Forms.LogicalRectangle );
}
A LogicalRectangle that specifies the bounding rectangle of the cell in logical (page) units. Default value is an empty rectangle.
For an example, refer to IOcrTableZoneManager
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET