Gets and sets the page bounds.

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

Syntax

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

See Also