The Bounds Property is available in LEADTOOLS Document and Medical Imaging toolkits.
Gets or sets the bounding rectangle for this AnnTextRollupObject object.Visual Basic (Declaration) | |
---|---|
Overrides Public Property Bounds As AnnRectangle |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As AnnTextRollupObject Dim value As AnnRectangle instance.Bounds = value value = instance.Bounds |
C# | |
---|---|
public override AnnRectangle Bounds {get; set;} |
C++/CLI | |
---|---|
public: property AnnRectangle Bounds override { AnnRectangle get(); void set ( AnnRectangle value); } |
Property Value
The bounding rectangle for this AnnTextRollupObject object.For an example, refer to AnnTextRollupObject.
The AnnTextRollupObject class overrides this property to return the original bounding rectangle, if this object is expanded. If this object is not expanded, the bounding rectangle is shrunk to fit only one line of text. To expand or roll up this object, set the Expanded property.
For more information, refer to Using Text in Annotation Object.
For more information, refer to Using Text in Annotation Object.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7