Gets the occupied space of a page vertically.

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

Syntax

C#
public double UsedHeight { get; }
Visual Basic (Declaration)
Public ReadOnly Property UsedHeight As Double
Visual C++
public:
property double UsedHeight {
	double get ();
}

See Also