Table of Contents

Property DrawAtLeastOneLine

Namespace
BitMiracle.Docotic.Pdf
Assembly
BitMiracle.Docotic.Pdf.dll

DrawAtLeastOneLine

Gets or sets a value indicating whether to draw at least one line of multiline text.

public bool DrawAtLeastOneLine { get; set; }

Property Value

bool

true 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.