| Visual Basic (Declaration) | |
|---|---|
Public Property Bounds As LogicalRectangle | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As OcrZoneCell Dim value As LogicalRectangle instance.Bounds = value value = instance.Bounds | |
| C# | |
|---|---|
public LogicalRectangle Bounds {get; set;} | |
| C++/CLI | |
|---|---|
public: property LogicalRectangle Bounds { LogicalRectangle get(); void set ( LogicalRectangle value); } | |
Property Value
A Leadtools.Forms.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
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
Copy Code