menu

Document Processing

PopupEditedEventArgs Class - FileFormats API Reference | Syncfusion

    Show / Hide Table of Contents

    PopupEditedEventArgs Class

    Provides data for the PopupEditedEventArgs event.

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

    Properties

    Annotation

    Gets the details of annotation.

    Declaration
    public IAnnotation Annotation { get; }
    Property Value
    Type
    IAnnotation

    PopupNewProperties

    Gets the new properties of edited popup annotation.

    Declaration
    public PopupProperties PopupNewProperties { get; }
    Property Value
    Type
    PopupProperties

    PopupOldProperties

    Gets the old properties of edited popup annotation.

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