PDFView4NET WPF Edition
ScrollLongText Property




O2S.Components.PDFView4NET.Forms Namespace > PDFTextBoxField Class : ScrollLongText Property
Gets or sets a value indicating whether the field content can be scrolled if larger than visible area.
Syntax
'Declaration
 
Public Property ScrollLongText As Boolean
'Usage
 
Dim instance As PDFTextBoxField
Dim value As Boolean
 
instance.ScrollLongText = value
 
value = instance.ScrollLongText
public bool ScrollLongText {get; set;}
public: __property bool get_ScrollLongText();
public: __property void set_ScrollLongText( 
   bool value
);
public:
property bool ScrollLongText {
   bool get();
   void set (    bool value);
}

Property Value

True if the field content can be scrolled, false otherwise. Default is true.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

PDFTextBoxField Class
PDFTextBoxField Members