Gets or sets the PDF form field control box in PDF page with the dimensions expressed in points

Namespace: EvoPdf
Assembly: evohtmltopdf (in evohtmltopdf.dll) Version: 4.12.0.0

Syntax

C#
public RectangleF BoundingRectangle { get; set; }
Visual Basic
Public Property BoundingRectangle As RectangleF
	Get
	Set
Visual C++
public:
property RectangleF BoundingRectangle {
	RectangleF get ();
	void set (RectangleF value);
}

Property Value

Type: RectangleF

See Also