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

PdfGraphicsAcroFormTextBoxField.Scrollable Property

Gets or sets whether to scroll the text field when the text does not fit the field rectangle.

Namespace: DevExpress.Pdf

Assembly: DevExpress.Pdf.v21.1.Drawing.dll

NuGet Package: DevExpress.Pdf.Drawing

Declaration

public bool Scrollable { get; set; }

Property Value

Type Description
Boolean

true to allow scrolling; otherwise, false.

See Also