Gets the content rectangle of a Box control.

Namespace:  PerpetuumSoft.Reporting.Export.Pdf.Adapters
Assembly:  PerpetuumSoft.Reporting.Export.Pdf (in PerpetuumSoft.Reporting.Export.Pdf.dll) Version: 3.9.0.1

Syntax

C#
public VectorRectangle ContentRectangle { get; }
Visual Basic (Declaration)
Public ReadOnly Property ContentRectangle As VectorRectangle
Visual C++
public:
property VectorRectangle ContentRectangle {
	VectorRectangle get ();
}

See Also