Back to Devexpress

PdfAnnotationChangedEventArgs.Annotation Property

wpf-devexpress-dot-xpf-dot-pdfviewer-dot-pdfannotationchangedeventargs.md

latest1.9 KB
Original Source

PdfAnnotationChangedEventArgs.Annotation Property

Obtains the changed annotation.

Namespace : DevExpress.Xpf.PdfViewer

Assembly : DevExpress.Xpf.PdfViewer.v25.2.dll

NuGet Package : DevExpress.Wpf.PdfViewer

Declaration

csharp
public IPdfViewerAnnotation Annotation { get; }
vb
Public ReadOnly Property Annotation As IPdfViewerAnnotation

Property Value

TypeDescription
IPdfViewerAnnotation

The changed annotation.

|

Remarks

Use the DevExpress.Pdf.PdfViewerAnnotationExtensions class methods to obtain a specific type of annotation:

See Also

PdfAnnotationChangedEventArgs Class

PdfAnnotationChangedEventArgs Members

DevExpress.Xpf.PdfViewer Namespace