Gets or sets a value indicating whether to draw at least one line of multiline text.
Namespace:
BitMiracle.Docotic.Pdf
Assembly:
BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)
Syntax
C#
public bool DrawAtLeastOneLine { get; set; }
VB
Public Property DrawAtLeastOneLine As Boolean
Get
Set
Property Value
Type:
Booleantrue if at least one line of text should be drawn; otherwise,
false.
Remarks
Default value: false.
This property is only used when Multiline is true.
See Also