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