Gets ans sets whether information about text alignment should be exluded from html file.

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 IgnoreTextAlignment { get; set; }
Visual Basic (Declaration)
Public Property IgnoreTextAlignment As Boolean
Visual C++
public:
property bool IgnoreTextAlignment {
	bool get ();
	void set (bool value);
}

See Also