menu

Document Processing

PageMouseMoveEventArgs Class - C# PDF Library API Reference | Syncfusion

    Show / Hide Table of Contents

    PageMouseMoveEventArgs Class

    Event arguments for the PageMouseMove event

    Inheritance
    System.Object
    PageMouseMoveEventArgs
    PageClickedEventArgs
    Namespace: Syncfusion.Windows.PdfViewer
    Assembly: Syncfusion.PdfViewer.WPF.dll
    Syntax
    public class PageMouseMoveEventArgs : EventArgs

    Properties

    PageIndex

    Gets the index of page on mouse move

    Declaration
    public int PageIndex { get; }
    Property Value
    Type
    System.Int32

    Position

    Gets the position of the mouse pointer relative to page

    Declaration
    public Point Position { get; }
    Property Value
    Type
    System.Windows.Point
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved