Gets and sets whether filter should try to keep all controls sizes.

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

Syntax

C#
public bool PreserveOriginalSizes { get; set; }
Visual Basic (Declaration)
Public Property PreserveOriginalSizes As Boolean
Visual C++
public:
property bool PreserveOriginalSizes {
	bool get ();
	void set (bool value);
}

See Also