Skip to main content

PdfAcroFormTextBoxField.Multiline Property

Specifies whether the text box field should contain multiple lines of text.

Namespace: DevExpress.Pdf

Assembly: DevExpress.Pdf.v23.2.Core.dll

NuGet Package: DevExpress.Pdf.Core

Declaration

public bool Multiline { get; set; }

Property Value

Type Description
Boolean

true, if the text box field can contain multiple lines of text; otherwise, false.

See Also