Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

PdfGraphicsAcroFormTextBoxField.Scrollable Property

Specifies whether a text box field can be scrollable when the entered text exceeds the field area.

Namespace: DevExpress.Pdf

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

NuGet Package: DevExpress.Pdf.Drawing

Declaration

public bool Scrollable { get; set; }

Property Value

Type Description
Boolean

true, if a text box field is scrollable when the entered text exceeds the field area; otherwise, false.

Remarks

If the PdfGraphicsAcroFormTextBoxField.Multiline property is set to true, you can scroll text vertically in the text box field.

See Also