PdfAnnotationEventArgs.Annotation Property
In This Article
Returns the processed annotation.
Namespace: DevExpress.Maui.Pdf
Assembly: DevExpress.Maui.Pdf.dll
NuGet Package: DevExpress.Maui.Pdf
#Declaration
C#
public IPdfViewerAnnotation Annotation { get; }
#Property Value
Type | Description |
---|---|
IPdf |
Stores information related to an annotation. |
See Also