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