TextRedaction

TextRedaction class

Represents a base abstract class for document text redactions.

public abstract class TextRedaction : Redaction

Properties

Name Description
ActionOptions { get; } Gets the ReplacementOptions instance, specifying type of text replacement.
virtual Description { get; } Returns a string, describing the redaction and its parameters.
OcrConnector { get; set; } Gets or sets the IOcrConnector implementation, required to extract text from graphic content.

Methods

Name Description
abstract ApplyTo(DocumentFormatInstance) Applies the redaction to a given format instance.

Remarks

Learn more

See Also