RedactorSettings
Leave feedback
On this page
Represents redaction settings, allowing to customize the redaction process.
public class RedactorSettings
| Name | Description |
|---|---|
| RedactorSettings() | Initializes a new instance of the RedactorSettings class. |
| RedactorSettings(ILogger) | Initializes a new instance of the RedactorSettings class with a given ILogger instance. |
| RedactorSettings(IOcrConnector) | Initializes a new instance of the RedactorSettings class with a given IOcrConnector instance. |
| RedactorSettings(IRedactionCallback) | Initializes a new instance of the RedactorSettings class with a given IRedactionCallback instance. |
| RedactorSettings(ILogger, IRedactionCallback) | Initializes a new instance of the RedactorSettings class with given ILogger and IRedactionCallback instances. |
| RedactorSettings(ILogger, IRedactionCallback, IOcrConnector) | Initializes a new instance of the RedactorSettings class with given ILogger, IRedactionCallback and IOcrConnector instances. |
| Name | Description |
|---|---|
| Logger { get; set; } | Gets or sets an instance of a class, implementing ILogger, that is used for logging events and errors. |
| OcrConnector { get; set; } | Gets or sets an instance of a class, implementing IOcrConnector interface. |
| RedactionCallback { get; set; } | Gets or sets an instance of a class, implementing IRedactionCallback. |
Learn more
- More details about implementing ILogger interface: Use advanced logging
- More details about implementing IRedactionCallback interface: Use redaction callback
- namespace GroupDocs.Redaction.Options
- 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.