IPdfTextBoxField
Multiline Property
|
Gets or sets a value indicating whether thisis multiline.
Namespace:
Spire.Pdf.Widget
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
bool Multiline { get; set; }
Property Multiline As Boolean
Get
Set
property bool Multiline {
bool get ();
void set (bool value);
}
abstract Multiline : bool with get, set
Property Value
Type:
Boolean
True if the field is multiline, false otherwise. Default is false.
See Also