Package | Description |
---|---|
com.groupdocs.redaction.options |
The package provides load and save options classes.
|
Modifier and Type | Method and Description |
---|---|
IRedactionCallback |
RedactorSettings.getRedactionCallback()
Gets an instance of a class, implementing
IRedactionCallback . |
Modifier and Type | Method and Description |
---|---|
void |
RedactorSettings.setRedactionCallback(IRedactionCallback value)
Sets an instance of a class, implementing
IRedactionCallback . |
Constructor and Description |
---|
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.
|
RedactorSettings(IRedactionCallback callback)
Initializes a new instance of the RedactorSettings class with a given IRedactionCallback instance.
|