IImageFormatInstance
Leave feedback
On this page
public interface IImageFormatInstance
Defines methods that are required for raster image format redactions.
Learn more
- More details about applying redactions: Redaction basics
- More details about image redactions: Image redactions
- More details about implementing custom formats: Create custom format handler
| Method | Description |
|---|---|
| editArea(Point topLeft, RegionReplacementOptions options) | Replaces the area at given point with a rectangle of specific color and size. |
public abstract RedactionResult editArea(Point topLeft, RegionReplacementOptions options)
Replaces the area at given point with a rectangle of specific color and size.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| topLeft | java.awt.Point | Top-left corner coordinates of filled area |
| options | RegionReplacementOptions | Color and size settings |
Returns: RedactionResult - Image area redaction result
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.