XFINIUM.PDF Documentation
Scroll Property



Gets or sets a value indicating whether the field text supports scrolling.
Syntax
'Declaration
 
Public Property Scroll As Boolean
'Usage
 
Dim instance As PdfTextBoxField
Dim value As Boolean
 
instance.Scroll = value
 
value = instance.Scroll
public bool Scroll {get; set;}
public:
property bool Scroll {
   bool get();
   void set (    bool value);
}

Property Value

If false, the field shall not scroll (horizontally for single-line fields, vertically for multiple-line fields) to accommodate more text than fits within its annotation rectangle. Once the field is full, no further text shall be accepted for interactive form filling; for non-interactive form filling, the filler should take care not to add more character than will visibly fit in the defined area.
Requirements

Supported .NET Platforms: .NET 2.0 - .NET 4.6, Windows Forms, ASP.NET, Windows Presentation Foundation 4.x, Silverlight 5, WinRT, Universal Windows Platform, Windows Phone 8 & 8.1, Xamarin iOS & Android, Portable Class Library


Target Platforms:Windows 10, Windows 8.1, Windows 8 , Windows 7, Windows Vista SP1 or later, Windows Server 2008, Windows Server 2008 R2

See Also

Reference

PdfTextBoxField Class
PdfTextBoxField Members

Send Feedback