Gets and sets the control's bounds within the page.

Namespace:  PerpetuumSoft.Reporting.DOM
Assembly:  PerpetuumSoft.Reporting (in PerpetuumSoft.Reporting.dll) Version: 3.9.0.1

Syntax

C#
public VectorRectangle PageBounds { get; set; }
Visual Basic (Declaration)
Public Property PageBounds As VectorRectangle
Visual C++
public:
property VectorRectangle PageBounds {
	VectorRectangle get ();
	void set (VectorRectangle value);
}

See Also