menu

Document Processing

PopupAnnotationAddedEventArgs Class - FileFormats API Reference | Syncfusion

    Show / Hide Table of Contents

    PopupAnnotationAddedEventArgs Class

    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
    System.Drawing.PointF

    PageNumber

    Position at which the popup is included.

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