Package | Description |
---|---|
com.groupdocs.redaction.integration |
The package provides interfaces and classes, used to integrate documents of different formats with GroupDocs.Redactions.
|
com.groupdocs.redaction.redactions |
The package provides classes for different types of redactions.
|
Modifier and Type | Method and Description |
---|---|
RedactionResult |
IImageFormatInstance.editArea(Point topLeft,
RegionReplacementOptions options)
Replaces the area at given point with a rectangle of specific color and size.
|
RedactionResult |
RedactableImage.editArea(Point topLeft,
RegionReplacementOptions options)
Replaces the area at given point with a rectangle of specific color and size.
|
Modifier and Type | Method and Description |
---|---|
RegionReplacementOptions |
RedactionDescription.getImageAreaReplacement()
Gets the replacement information for image area redactions, returns null for textual redactions.
|
RegionReplacementOptions |
ImageAreaRedaction.getOptions()
Gets the
RegionReplacementOptions options with color and area parameters. |
Constructor and Description |
---|
ImageAreaRedaction(Point topLeft,
RegionReplacementOptions options)
Initializes a new instance of ImageAreaRedaction class for redacting specific area size.
|
RedactionDescription(RedactionType redactionType,
RedactionActionType actionType,
RegionReplacementOptions imageAreaReplacement,
String imageDetails)
Initializes a new instance of RedactionDescription class with image area replacement information.
|