Skip to main content
All docs
V25.1
  • PdfTextFormFieldFacade.Multiline Property

    Gets or sets whether the text field can contain multiple text lines.

    Namespace: DevExpress.Pdf

    Assembly: DevExpress.Pdf.v25.1.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