Back to Devexpress

PdfPageFacade.ApplyRedactAnnotations Method

officefileapi-devexpress-dot-pdf-dot-pdfpagefacade-dot-applyredactannotations.md

latest1.1 KB
Original Source

PdfPageFacade.ApplyRedactAnnotations Method

NameParametersDescription
ApplyRedactAnnotations(PdfClearContentOptions, String[])options, namesApplies redaction annotations with specified names on the page. Allows you to specify what content type to keep visible in the redaction area.
ApplyRedactAnnotations(PdfClearContentOptions)optionsApplies all redaction annotations on the page. Allows you to specify what content type to keep visible in the redaction area.
ApplyRedactAnnotations(Func<PdfAnnotationFacade, Boolean>, PdfClearContentOptions)predicate, optionsApplies redaction annotations based on the specified criteria and allows you to specify what content type to keep visible in the redaction area.