The Bounds Property is available as an add-on to the LEADTOOLS Document and Medical Imaging toolkits.
Gets or sets a Leadtools.Forms.LogicalRectangle that specifies the location of the field in the form image.| Visual Basic (Declaration) | |
|---|---|
Public Property Bounds As LogicalRectangle | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As FormField 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 location of this field.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