Gets or sets word wrap mode for text printing.

Namespace:  Greatis.PrintSuite.Providers
Assembly:  Greatis.PrintSuite.Providers.Texts (in Greatis.PrintSuite.Providers.Texts.dll)

Syntax

Visual Basic (Declaration)
Public Property WordWrap As Boolean
C#
public bool WordWrap { get; set; }
Visual C++
public:
property bool WordWrap {
	bool get ();
	void set (bool value);
}
JavaScript
function get_wordWrap();
function set_wordWrap(value);

See Also