__init__ constructor

On this page

init

Initializes a new RemovePageRedaction.

def __init__(self, origin, index, count):
    ...
Parameter Type Description
origin PageSeekOrigin 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.

See Also

On this page