Gets or sets the bounds.

Namespace: Spire.Pdf.Fields
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 6.2.6.0 (6.2.6.2020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public virtual RectangleF Bounds { get; set; }
Public Overridable Property Bounds As RectangleF
	Get
	Set
public:
virtual property RectangleF Bounds {
	RectangleF get ();
	void set (RectangleF value);
}
abstract Bounds : RectangleF with get, set
override Bounds : RectangleF with get, set

Property Value

RectangleF
The bounds.

See Also