PDFView4NET WinForms Edition
MouseWheelScrollDelta Property




O2S.Components.PDFView4NET Namespace > PDFPageView Class : MouseWheelScrollDelta Property
Gets or sets the distance the page is scrolled with the mouse wheel.
Syntax
'Declaration
 
<CategoryAttribute("PDF")>
<DescriptionAttribute("Scroll distance for the mouse wheel.")>
<DefaultValueAttribute(0)>
Public Property MouseWheelScrollDelta As Integer
'Usage
 
Dim instance As PDFPageView
Dim value As Integer
 
instance.MouseWheelScrollDelta = value
 
value = instance.MouseWheelScrollDelta
[Category("PDF")]
[Description("Scroll distance for the mouse wheel.")]
[DefaultValue(0)]
public int MouseWheelScrollDelta {get; set;}
[Category("PDF")]
[Description("Scroll distance for the mouse wheel.")]
[DefaultValue(0)]
public: __property int get_MouseWheelScrollDelta();
public: __property void set_MouseWheelScrollDelta( 
   int value
);
[Category("PDF")]
[Description("Scroll distance for the mouse wheel.")]
[DefaultValue(0)]
public:
property int MouseWheelScrollDelta {
   int get();
   void set (    int value);
}

Property Value

The amount of pixels the page is scrolled with the mouse wheel.
Remarks
The page is scrolled up and down with the number of pixels specified by this property when using the mouse wheel.
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

PDFPageView Class
PDFPageView Members