Back to Devexpress

PdfDocumentFacade.ApplyRedactAnnotations Method

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

latest1.1 KB
Original Source

PdfDocumentFacade.ApplyRedactAnnotations Method

NameParametersDescription
ApplyRedactAnnotations(PdfClearContentOptions, String[])options, namesApplies redact annotations with specified names. Allows you to specify what content type to keep visible in the redaction area.
ApplyRedactAnnotations(PdfClearContentOptions)optionsApplies all redact annotations. 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 choose which content remains visible.