PdfViewer.DeleteAnnotation(IPdfViewerAnnotation) Method
In This Article
Removes the given annotation from the PDF viewer annotation collection.
Namespace: DevExpress.Maui.Pdf
Assembly: DevExpress.Maui.Pdf.dll
NuGet Package: DevExpress.Maui.Pdf
#Declaration
C#
public void DeleteAnnotation(
IPdfViewerAnnotation annotation
)
#Parameters
Name | Type | Description |
---|---|---|
annotation | IPdf |
The annotation to be removed. |
See Also