C#
VB
C++
Gets or sets the bounding rectangle for this AnnEncryptObject object.
public override AnnRectangle Bounds { get; set; }
Public Overrides Property Bounds As Leadtools.Annotations.AnnRectangle
public:
property Leadtools.Annotations.AnnRectangle Bounds {
Leadtools.Annotations.AnnRectangle get() override;
void set ( Leadtools.Annotations.AnnRectangle ) override;
}
The bounding rectangle for this AnnEncryptObject object.
The AnnEncryptObject class overrides this property to ensure that the bounding rectangle cannot be changed if this AnnEncryptObject object is currently encrypted.
For an example, refer to AnnEncryptObject.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET