PageAreaRedaction
Leave feedback
On this page
Represents a complex textual redaction that affects text, images and annotations in an area of the page.
public class PageAreaRedaction : RegexRedaction
| Name | Description |
|---|---|
| PageAreaRedaction(Regex, ReplacementOptions) | Initializes a new instance of PageAreaRedaction class. |
| PageAreaRedaction(Regex, ReplacementOptions, RegionReplacementOptions) | Initializes a new instance of PageAreaRedaction class. |
| Name | Description |
|---|---|
| ActionOptions { get; } | Gets the ReplacementOptions instance, specifying type of text replacement. |
| override Description { get; } | Returns a string, describing the redaction and its parameters. |
| ImageOptions { get; } | Gets the RegionReplacementOptions options with color and area parameters. |
| OcrConnector { get; set; } | Gets or sets the IOcrConnector implementation, required to extract text from graphic content. |
| RegularExpression { get; } | Gets the regular expression to match. |
| Name | Description |
|---|---|
| override ApplyTo(DocumentFormatInstance) | Applies the redaction to a given format instance. |
Learn more
- More details about applying redactions: Redaction basics
- More details about PageAreaRedaction: Use PageAreaRedaction
- class RegexRedaction
- namespace GroupDocs.Redaction.Redactions
- assembly GroupDocs.Redaction
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.