remove_pages method
Leave feedback
On this page
Removes one or multiple pages depending on its start position, offset and count.
def remove_pages(self, origin, index, count):
...
| Parameter | Type | Description |
|---|---|---|
| origin | PageSeekOrigin |
Search origin position, the beginning or the end of the document. |
| index | int |
Start position index (0-based). |
| count | int |
Count of pages to remove. |
Returns: Pages removal redaction result.
- class
IPaginatedDocument
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.