Skip to main content
All docs
V25.1
  • PdfPageFacade.ApplyRedactAnnotations Method

    Name Parameters Description
    ApplyRedactAnnotations(PdfClearContentOptions, String[]) options, names Applies redaction annotations with specified names on the page. Allows you to specify what content type to keep visible in the redaction area.
    ApplyRedactAnnotations(PdfClearContentOptions) options Applies 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, options Applies redaction annotations based on the specified criteria and allows you to specify what content type to keep visible in the redaction area.