1. GroupDocs.Redaction
  2. /
  3. GroupDocs.Redaction for .NET
  4. /
  5. GroupDocs.Redaction.Redactions
  6. /
  7. ReplacementType

ReplacementType

ReplacementType enumeration

Represents a type of replacement for the matched text.

public enum ReplacementType

Values

Name Value Description
ReplaceString 0 Replaces matched text with another string, for instance exemption code.
DrawBox 1 Draws a rectangle of specific color (Black by default) instead of redacted text.

Remarks

Learn more

See Also