Gets or sets a value indicating whether this is scrollable.
Namespace: Spire.Pdf.WidgetAssembly: Spire.Pdf (in Spire.Pdf.dll) Version: 6.2.6.0 (6.2.6.2020)
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.