WPF

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

    Show / Hide Table of Contents

    Class AnnotationChangedEventArgs

    Holds common properties for all the annotations.

    Inheritance
    System.Object
    System.EventArgs
    AnnotationChangedEventArgs
    FreeTextAnnotationChangedEventArgs
    HandwrittenSignatureChangedEventArgs
    InkAnnotationChangedEventArgs
    ShapeAnnotationChangedEventArgs
    StampAnnotationChangedEventArgs
    StickyNoteAnnotationChangedEventArgs
    TextMarkupAnnotationChangedEventArgs
    Inherited Members
    System.EventArgs.Empty
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.Windows.PdfViewer
    Assembly: Syncfusion.PdfViewer.WPF.dll
    Syntax
    public class AnnotationChangedEventArgs : EventArgs

    Constructors

    AnnotationChangedEventArgs()

    Declaration
    public AnnotationChangedEventArgs()

    Properties

    Action

    Gets the action type of the changed annotation.

    Declaration
    public AnnotationChangedAction Action { get; }
    Property Value
    Type Description
    AnnotationChangedAction

    Name

    Gets or sets the unique identifier name for annotations.

    Declaration
    public string Name { get; set; }
    Property Value
    Type Description
    System.String
    Remarks

    If there are multiple annotations with the same name in the document, it will select the first one.

    NewBounds

    Gets the new position and size of the changed annotation.

    Declaration
    public RectangleF NewBounds { get; }
    Property Value
    Type Description
    System.Drawing.RectangleF

    OldBounds

    Gets the old position and size of the changed annotation.

    Declaration
    public RectangleF OldBounds { get; }
    Property Value
    Type Description
    System.Drawing.RectangleF

    PageNumber

    Gets the page number of the changed annotation.

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