PDF .NET Library Documentation - PDF Technologies, Inc.
If property is set to true, the PDFEdit may contain multiple lines of text; if false, the field's text is restricted to a single line.

Namespace:  PDFTech
Assembly:  PDFTechLib (in PDFTechLib.dll) Version: 1.0.0.0 (1.7.9.0)

Syntax

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

See Also