public interface IImageFormatInstance
Defines methods that are required for raster image format redactions.
Learn more
| Modifier and Type | Method and Description |
|---|---|
RedactionResult |
editArea(Point topLeft,
RegionReplacementOptions options)
Replaces the area at given point with a rectangle of specific color and size.
|
RedactionResult editArea(Point topLeft, RegionReplacementOptions options)
Replaces the area at given point with a rectangle of specific color and size.
topLeft - Top-left corner coordinates of filled areaoptions - Color and size settingsCopyright © 2025. All rights reserved.