←Select platform

Bounds Property

Summary

Gets or sets the bounding rectangle of the cell.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
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');  

Property Value

A LogicalRectangle that specifies the bounding rectangle of the cell in logical (page) units. Default value is an empty rectangle.

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