public interface IMultipleAreaRedactable
Defines methods that are required to redact multiple image areas at once with the same color.
Modifier and Type | Method and Description |
---|---|
RedactionResult |
editAreas(Rectangle[] rectangles,
Color boxColor)
Redacts multiple image areas at once with the same color.
|
InputStream |
getRawStream()
Retrieves a stream with actual image content.
|
InputStream getRawStream()
Retrieves a stream with actual image content.
RedactionResult editAreas(Rectangle[] rectangles, Color boxColor)
Redacts multiple image areas at once with the same color.
rectangles
- An array of rectangle areasboxColor
- Color to fill the areas