Skip to main content

PdfDocumentProcessor.DeleteMarkupAnnotation(PdfMarkupAnnotationData) Method

Deletes a markup annotation from a page.

Namespace: DevExpress.Pdf

Assembly: DevExpress.Docs.v23.2.dll

NuGet Package: DevExpress.Document.Processor

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