Back to Devexpress

PdfAnnotationChangedEventArgs.Annotation Property

windowsforms-devexpress-dot-xtrapdfviewer-dot-pdfannotationchangedeventargs.md

latest1.8 KB
Original Source

PdfAnnotationChangedEventArgs.Annotation Property

Obtains the changed annotation.

Namespace : DevExpress.XtraPdfViewer

Assembly : DevExpress.XtraPdfViewer.v25.2.dll

NuGet Package : DevExpress.Win.PdfViewer

Declaration

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

Property Value

TypeDescription
IPdfViewerAnnotation

The changed annotation.

|

Remarks

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

See Also

PdfAnnotationChangedEventArgs Class

PdfAnnotationChangedEventArgs Members

DevExpress.XtraPdfViewer Namespace