Class AnnotationChangedEventArgs
Holds common properties for all the annotations.
Inheritance
System.Object
AnnotationChangedEventArgs
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 |
---|
AnnotationChangedAction |
Name
Gets or sets the unique identifier name for annotations.
Declaration
public string Name { get; set; }
Property Value
Type |
---|
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 |
---|
System.Drawing.RectangleF |
OldBounds
Gets the old position and size of the changed annotation.
Declaration
public RectangleF OldBounds { get; }
Property Value
Type |
---|
System.Drawing.RectangleF |
PageNumber
Gets the page number of the changed annotation.
Declaration
public int PageNumber { get; }
Property Value
Type |
---|
System.Int32 |