TextRedaction class

TextRedaction class

Represents a base abstract class for document text redactions.

Inheritance: TextRedactionRedaction

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