PdfDocumentProcessor.DeleteMarkupAnnotation(PdfMarkupAnnotationData) Method
In This Article
Deletes a markup annotation from a page.
Namespace: DevExpress.Pdf
Assembly: DevExpress.Docs.v24.2.dll
NuGet Package: DevExpress.Document.Processor
#Declaration
public void DeleteMarkupAnnotation(
PdfMarkupAnnotationData annotationData
)
#Parameters
Name | Type | Description |
---|---|---|
annotation |
Pdf |
A Pdf |
See Also