Gets scale factor.

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

Syntax

C#
double Scale { get; }
Visual Basic (Declaration)
ReadOnly Property Scale As Double
Visual C++
property double Scale {
	double get ();
}

See Also