The Bounds Property is available in LEADTOOLS Document and Medical Imaging toolkits.
Gets or sets the bounding rectangle for this AnnEncryptObject object.Visual Basic (Declaration) | |
---|---|
Overrides Public Property Bounds As AnnRectangle |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As AnnEncryptObject 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 AnnEncryptObject object.For an example, refer to AnnEncryptObject.
The AnnEncryptObject class overrides this property to ensure that the bounding rectangle cannot be changed if this AnnEncryptObject object is currently encrypted.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7