| 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 |
|---|---|
IImageFormatInstance[] |
IFixedFormatDocument.loadImages(RedactionFilter[] filters)
Loads an array of raster image instances, contained within the document, matching
Redactions.RedactionFilter set. |
| Modifier and Type | Class and Description |
|---|---|
class |
PageAreaFilter
Represents redaction filter, setting an area within a page of a document to apply redaction.
|
class |
PageRangeFilter
Represents redaction filter, setting page range inside a document to apply redaction.
|
| Modifier and Type | Method and Description |
|---|---|
RedactionFilter[] |
ReplacementOptions.getFilters()
Gets an array of filters to apply with this redaction.
|
| Modifier and Type | Method and Description |
|---|---|
static ReplacementOptions |
ReplacementOptions.fromFilters(RedactionFilter[] filters) |
void |
ReplacementOptions.setFilters(RedactionFilter[] value)
Sets an array of filters to apply with this redaction.
|
Copyright © 2025. All rights reserved.