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

In This Topic
    Scrollable Property
    In This Topic
    Gets or sets a value indicating whether the field is scrollable to accommodate more text than fits within its annotation rectangle.
    Syntax
    'Declaration
     
    Public Property Scrollable As System.Boolean
    public System.bool Scrollable {get; set;}
    See Also