UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class PagePointerEventArgs

    Show / Hide Table of Contents

    Class PagePointerEventArgs

    Contains event data associated with page.

    Inheritance
    System.Object
    PagePointerEventArgs
    Namespace: Syncfusion.Windows.PdfViewer
    Assembly: Syncfusion.SfPdfViewer.UWP.dll
    Syntax
    public class PagePointerEventArgs : EventArgs

    Constructors

    PagePointerEventArgs()

    Creates a new instance of the PagePointerEventArgs class.

    Declaration
    public PagePointerEventArgs()

    Properties

    CurrentPageIndex

    Index of the page being pressed or released.

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

    X

    X coordinate of the pointer pressed or released location with respect to the starting position of the page.

    Declaration
    public float X { get; }
    Property Value
    Type Description
    System.Single

    Y

    Y coordinate of the pointer pressed or released location with respect to the starting position of the page.

    Declaration
    public float Y { get; }
    Property Value
    Type Description
    System.Single

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved