PageAreaRedaction class
PageAreaRedaction class
Represents a complex textual redaction that affects text, images and annotations in an area of the page.
Inheritance: PageAreaRedaction →
RegexRedaction →
TextRedaction →
Redaction
The PageAreaRedaction type exposes the following members:
Properties
| Property | Description |
|---|---|
| description | Returns a string, describing the redaction and its parameters. |
| action_options | Gets the ReplacementOptions instance, specifying type of text replacement. |
| ocr_connector | Gets or sets the IOcrConnector implementation, required to extract text from graphic content. |
| image_options | Gets the RegionReplacementOptions options with color and area parameters. |
Methods
| Method | Description |
|---|---|
| apply_to | Applies the redaction to a given format instance. |
Remarks
Learn more | | | |
See Also
- module
groupdocs.redaction.redactions - class
IOcrConnector - class
PageAreaRedaction - class
Redaction - class
RegexRedaction - class
RegionReplacementOptions - class
ReplacementOptions - class
TextRedaction