RedactionDescription
Contents
[
Hide
]
RedactionDescription(RedactionType, RedactionActionType, string)
Initializes a new instance of RedactionDescription class without replacement information.
public RedactionDescription(RedactionType redactionType, RedactionActionType actionType,
string originalText)
Parameter | Type | Description |
---|---|---|
redactionType | RedactionType | Type of data being redacted |
actionType | RedactionActionType | Action to be performed on these data |
originalText | String | Matched text, comment or annotation body |
See Also
- enum RedactionType
- enum RedactionActionType
- class RedactionDescription
- namespace GroupDocs.Redaction.Redactions
- assembly GroupDocs.Redaction
RedactionDescription(RedactionType, RedactionActionType, string, TextReplacement)
Initializes a new instance of RedactionDescription class with replacement information.
public RedactionDescription(RedactionType redactionType, RedactionActionType actionType,
string originalText, TextReplacement replacement)
Parameter | Type | Description |
---|---|---|
redactionType | RedactionType | Type of data being redacted |
actionType | RedactionActionType | Action to be performed on these data |
originalText | String | Matched text, comment or annotation body |
replacement | TextReplacement | Replacement text, matched text and its position within original string |
See Also
- enum RedactionType
- enum RedactionActionType
- class TextReplacement
- class RedactionDescription
- namespace GroupDocs.Redaction.Redactions
- assembly GroupDocs.Redaction
RedactionDescription(RedactionType, RedactionActionType, RegionReplacementOptions, string)
Initializes a new instance of RedactionDescription class with image area replacement information.
public RedactionDescription(RedactionType redactionType, RedactionActionType actionType,
RegionReplacementOptions imageAreaReplacement, string imageDetails)
Parameter | Type | Description |
---|---|---|
redactionType | RedactionType | Type of data being redacted |
actionType | RedactionActionType | Action to be performed on these data |
imageAreaReplacement | RegionReplacementOptions | Image area replacement information |
imageDetails | String | Image textual description, by default it is String.Empty |
See Also
- enum RedactionType
- enum RedactionActionType
- class RegionReplacementOptions
- class RedactionDescription
- namespace GroupDocs.Redaction.Redactions
- assembly GroupDocs.Redaction