Package | Description |
---|---|
com.groupdocs.redaction.options |
The package provides load and save options classes.
|
Modifier and Type | Method and Description |
---|---|
ILogger |
RedactorSettings.getLogger()
Gets an instance of a class, implementing
ILogger , that is used for logging events and errors. |
Modifier and Type | Method and Description |
---|---|
void |
RedactorSettings.setLogger(ILogger value)
Sets an instance of a class, implementing
ILogger , that is used for logging events and errors. |
Constructor and Description |
---|
RedactorSettings(ILogger logger)
Initializes a new instance of the RedactorSettings class with a given ILogger instance.
|
RedactorSettings(ILogger logger,
IRedactionCallback callback)
Initializes a new instance of the RedactorSettings class with given ILogger and IRedactionCallback instances.
|
RedactorSettings(ILogger logger,
IRedactionCallback callback,
IOcrConnector ocrConnector)
Initializes a new instance of the RedactorSettings class with given ILogger, IRedactionCallback and IOcrConnector instances.
|