remove_pages method

remove_pages

Removes one or multiple pages depending on its start position, offset and count.

Returns

Pages removal redaction result

def remove_pages(self, origin, index, count):
    ...
Parameter Type Description
origin groupdocs.redaction.redactions.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

See Also