TextRedaction
Contents
[
Hide
]
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
- More details about applying redactions: Redaction basics
- More details about document text redactions: Text redactions
See Also
- class Redaction
- namespace GroupDocs.Redaction.Redactions
- assembly GroupDocs.Redaction