public interface IPaginatedDocument
Defines methods that are required to manipulate a document's pages. Needs to be implemented by DocumentFormatInstance-derived class to perform page redactions.
Learn more
| Modifier and Type | Method and Description |
|---|---|
RedactionResult |
removePages(PageSeekOrigin origin,
int index,
int count)
Removes one or multiple pages depending on its start position, offset and count.
|
RedactionResult removePages(PageSeekOrigin origin, int index, int count)
Removes one or multiple pages depending on its start position, offset and count.
origin - Search origin position, the beginning or the end of the documentindex - Start position index (0-based)count - Count of pages to removeCopyright © 2025. All rights reserved.