PdfTextDrawingOptions.Multiline Property

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: Boolean
true if text can span more than one line; otherwise, false.

Remarks

Default value: true.

See Also