Click or drag to resize

PdfTextBoxFieldMultiline Property

Gets or sets a flag indicating whether the text field is multiline.

Namespace: Patagames.Pdf.Net.AcroForms
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public bool Multiline { get; set; }

Property Value

Boolean
If true, the field can contain multiple lines of text; if false, the field’s text is restricted to a single line.
See Also