Skip to main content

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.v23.2.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