Gets the amount of remaining free page width.

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

Syntax

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

See Also