Skip to main content
A newer version of this page is available. .
.NET Standard 2.0+

PdfDocumentProcessor.DeleteMarkupAnnotation(PdfMarkupAnnotationData) Method

Deletes a markup annotation from a page.

Namespace: DevExpress.Pdf

Assembly: DevExpress.Docs.v19.1.dll

Declaration

public void DeleteMarkupAnnotation(
    PdfMarkupAnnotationData annotationData
)

Parameters

Name Type Description
annotationData PdfMarkupAnnotationData

A PdfMarkupAnnotationData object that is the text markup annotation that will be deleted.

See Also