| 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 |
IPaginatedDocument.removePages(PageSeekOrigin origin,
int index,
int count)
Removes one or multiple pages depending on its start position, offset and count.
|
| Modifier and Type | Method and Description |
|---|---|
PageSeekOrigin |
PageRangeFilter.getOrigin()
Gets seek reference position, the beginning or the end of a document.
|
PageSeekOrigin |
RemovePageRedaction.getOrigin()
Gets seek reference position, the beginning or the end of a document.
|
static PageSeekOrigin |
PageSeekOrigin.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PageSeekOrigin[] |
PageSeekOrigin.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
PageRangeFilter(PageSeekOrigin origin,
int index,
int count)
Initializes a new instance of RemovePageRedaction class.
|
RemovePageRedaction(PageSeekOrigin origin,
int index,
int count)
Initializes a new instance of RemovePageRedaction class.
|
Copyright © 2025. All rights reserved.