[]
Applies all RedactAnnotations to the current document.
public void Redact(RedactOptions redactOptions = null)
| Type | Name | Description |
|---|---|---|
| RedactOptions | redactOptions | Specifies the additional redact options. If null, the default settings are used. |
Applies a list of specified RedactAnnotations to the current document.
public void Redact(IList<RedactAnnotation> redactAnnotations, RedactOptions redactOptions = null)
| Type | Name | Description |
|---|---|---|
| IList<RedactAnnotation> | redactAnnotations | The list of RedactAnnotation objects to apply. |
| RedactOptions | redactOptions | Specifies the additional redact options. If null, the default settings are used. |
Applies a specified RedactAnnotations to the current document.
public void Redact(RedactAnnotation redactAnnotation, RedactOptions redactOptions = null)
| Type | Name | Description |
|---|---|---|
| RedactAnnotation | redactAnnotation | The RedactAnnotation object to apply. |
| RedactOptions | redactOptions | Specifies the additional redact options. If null, the default settings are used. |