Gets the amount of remaining free page height.

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

Syntax

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

See Also