menu

Document Processing

PageMouseEventArgs Class - C# PDF Library API Reference | Syncfusion

    Show / Hide Table of Contents

    PageMouseEventArgs Class

    Provides data for the PageClicked and PageMouseMove events

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

    Properties

    PageIndex

    Gets the index of the page in which mouse action is performed

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

    Position

    Gets the position of the mouse pointer relative to the page

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