Gets or sets a value indicating whether the drawn text 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
See Also