UWP

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

    Show / Hide Table of Contents

    Class PageClickedEventArgs

    Contains event data associated with PageClicked event.

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

    Constructors

    PageClickedEventArgs()

    Creates a new instance of the PageClickedEventArgs class.

    Declaration
    public PageClickedEventArgs()

    Properties

    CurrentPageIndex

    Index of the page being clicked.

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

    X

    X coordinate of the clicked 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 clicked 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