TextRedaction class

TextRedaction class

Represents a base abstract class for document text redactions.

Learn more

The TextRedaction type exposes the following members:

Methods

Method Description
apply_to Applies the redaction to a given format instance. (inherited from Redaction)
apply_to_document_format_instance (inherited from Redaction)

Properties

Property Description
action_options The ReplacementOptions instance specifying the type of text replacement.
ocr_connector The IOcrConnector implementation used to extract text from graphic content.
description The description of the redaction, containing its name and parameters. (inherited from Redaction)

See Also