IImageFormatInstance

public interface IImageFormatInstance

Defines methods that are required for raster image format redactions.


Learn more

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