PdfAnnotationChangedEventArgs.Annotation Property
In This Article
Obtains the changed annotation.
Namespace: DevExpress.XtraPdfViewer
Assembly: DevExpress.XtraPdfViewer.v24.2.dll
NuGet Package: DevExpress.Win.PdfViewer
#Declaration
public IPdfViewerAnnotation Annotation { get; }
#Property Value
Type | Description |
---|---|
IPdf |
The changed annotation. |
#Remarks
Use the PdfViewerAnnotationExtensions class methods to obtain a specific type of annotation:
- AsTextMarkupAnnotation - for text markup annotations;
- AsTextAnnotation - for text annotations (or sticky notes);
- AsMarkupAnnotation - for markup annotations (sticky notes and text markup).
See Also