Gets or sets a value indicating whether the text of this
PdfTextBox can span more than one line.
Namespace:
BitMiracle.Docotic.Pdf
Assembly:
BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)
Syntax
C#
public bool Multiline { get; set; }
VB
Public Property Multiline As Boolean
Get
Set
Property Value
Type:
Booleantrue if text can span more than one line;
otherwise,
false.
Remarks
Changing value of this property resets vertical alignment of the text box.
See Also