Seek reference position, the beginning or the end of a document.
index
int
Start position index (0‑based).
count
int
Count of pages to remove.
Example
fromgroupdocs.redaction.redactionsimportRemovePageRedaction,PageSeekOrigin# Remove 3 pages starting from the second page (zero‑based index 1)redaction=RemovePageRedaction(PageSeekOrigin.BEGIN,1,3)