Class AnnotationAddedEventArgs
Provides data for the AnnotationAddedEventArgs event.
Inheritance
System.Object
AnnotationAddedEventArgs
Namespace: Syncfusion.Windows.PdfViewer
Assembly: Syncfusion.SfPdfViewer.UWP.dll
Syntax
public class AnnotationAddedEventArgs : EventArgs
Properties
Annotation
Gets the details of annotation.
Declaration
public IAnnotation Annotation { get; }
Property Value
Type |
---|
IAnnotation |
AnnotationProperties
Gets the properties of annotation.
Declaration
public AnnotationProperties AnnotationProperties { get; }
Property Value
Type |
---|
AnnotationProperties |