TextReplacement
Leave feedback
On this page
Represents a textual replacement information.
public class TextReplacement
| Name | Description |
|---|---|
| TextReplacement(int, string, string) | Initializes a new instance of TextReplacement class. |
| Name | Description |
|---|---|
| Index { get; } | Gets an index of the matched text within source string. |
| OriginalText { get; } | Gets the original matched string. |
| Replacement { get; } | Gets the string, replacing OriginalText. |
| Name | Description |
|---|---|
| override ToString() | Provides text replacement description and its position. |
Learn more
- More details about RedactionDescription class and IRedactionCallback interface: Use redaction callback
- namespace GroupDocs.Redaction.Redactions
- assembly GroupDocs.Redaction
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.