Property Multiline
- Namespace
- BitMiracle.Docotic.Pdf
- Assembly
- BitMiracle.Docotic.Pdf.dll
Multiline
Gets or sets a value indicating whether the text of this PdfTextBox can span more than one line.
public bool Multiline { get; set; }
Property Value
- bool
true
if text can span more than one line; otherwise,false
.
Remarks
Changing value of this property resets vertical alignment of the text box.