IImageFormatInstance
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
Methods
Method | Description |
---|---|
editArea(Point topLeft, RegionReplacementOptions options) | Replaces the area at given point with a rectangle of specific color and size. |
editArea(Point topLeft, RegionReplacementOptions options)
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