TextRedaction class
TextRedaction class
Represents a base abstract class for document text redactions.
Inheritance: TextRedaction
→
Redaction
The TextRedaction 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. |
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
Redaction
- class
ReplacementOptions
- class
TextRedaction