menu

Document Processing

AnnotationModeChangedEventArgs Class - FileFormats API Reference | Syncfusion

    Show / Hide Table of Contents

    AnnotationModeChangedEventArgs Class

    Provides data for the AnnotationModeChangedEventArgs event.

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

    Properties

    NewMode

    Gets current AnnotationMode.

    Declaration
    public AnnotationMode NewMode { get; }
    Property Value
    Type
    AnnotationMode

    OldMode

    Gets previous AnnotationMode.

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