UWP

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

    Show / Hide Table of Contents

    Class PopupAnnotationAddedEventArgs

    Represents the arguments associated with a Popup events.

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

    Constructors

    PopupAnnotationAddedEventArgs()

    Creates a new instance of the PopupAnnotationAddedEventArgs class.

    Declaration
    public PopupAnnotationAddedEventArgs()

    Properties

    Location

    Position at which the popup is included with respect to the page

    Declaration
    public PointF Location { get; }
    Property Value
    Type Description
    System.Drawing.PointF

    PageNumber

    Position at which the popup is included.

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

    Extension Methods

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