Back to Devexpress

PdfGraphicsAcroFormTextBoxField.Multiline Property

officefileapi-devexpress-dot-pdf-dot-pdfgraphicsacroformtextboxfield-5d89388f.md

latest1.1 KB
Original Source

PdfGraphicsAcroFormTextBoxField.Multiline Property

Specifies whether the text box field can contain multiple lines.

Namespace : DevExpress.Pdf

Assembly : DevExpress.Pdf.v25.2.Drawing.dll

NuGet Package : DevExpress.Pdf.Drawing

Declaration

csharp
public bool Multiline { get; set; }
vb
Public Property Multiline As Boolean

Property Value

TypeDescription
Boolean

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

|

See Also

PdfGraphicsAcroFormTextBoxField Class

PdfGraphicsAcroFormTextBoxField Members

DevExpress.Pdf Namespace