Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.AcroForms Namespace / TextField Class / Multiline Property

In This Topic
    Multiline Property
    In This Topic
    Gets or sets a value indicating whether the field can contain multiple lines of text.
    Syntax
    'Declaration
     
    Public Property Multiline As System.Boolean
    public System.bool Multiline {get; set;}
    See Also