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;}
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 10, Windows 11, Windows Server 2022, Windows Server 2025
See Also