Gets or sets a value indicating whether this is scrollable.
Namespace: Spire.Pdf.WidgetAssembly: Spire.Pdf (in Spire.Pdf.dll) Version: 7.9.2.0 (7.9.2.1020)
Syntax
| C# | Visual Basic | Visual C++ | F# |
bool Scrollable { get; set; }
Property Scrollable As Boolean Get Set
property bool Scrollable { bool get (); void set (bool value); }
abstract Scrollable : bool with get, set
Property Value
BooleanTrue if the field content can be scrolled, false otherwise. Default is true.