A flag indicating if the text box is multiline. This property is false by default

Namespace: EvoPdf
Assembly: evohtmltopdf (in evohtmltopdf.dll) Version: 4.12.0.0

Syntax

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

Property Value

Type: Boolean

See Also