 | PdfTextBoxFieldMultiline Property |
Gets or sets a flag indicating whether the text field is multiline.
Namespace: Patagames.Pdf.Net.AcroFormsAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic bool Multiline { get; set; }
Public Property Multiline As Boolean
Get
Set
public:
property bool Multiline {
bool get ();
void set (bool value);
}
member Multiline : bool with get, set
/** @property */
public boolean get_Multiline()
/** @property */
public void set_Multiline(boolean value)
function get_Multiline();
function set_Multiline(value);
Property Value
Boolean
If true, the field can contain multiple lines of text; if false, the field’s text is restricted to a single line.
See Also