DeleteAnnotationRedaction

DeleteAnnotationRedaction()

Initializes a new instance of DeleteAnnotationRedaction class, with settings to delete all annotations (matching everything).

public DeleteAnnotationRedaction()

See Also


DeleteAnnotationRedaction(string)

Initializes a new instance of DeleteAnnotationRedaction class, deleting annotations matching given expression.

public DeleteAnnotationRedaction(string pattern)
Parameter Type Description
pattern String Regular expression

See Also


DeleteAnnotationRedaction(Regex)

Initializes a new instance of DeleteAnnotationRedaction class, deleting annotations matching given expression.

public DeleteAnnotationRedaction(Regex regex)
Parameter Type Description
regex Regex Regular expression

See Also