RemovePageRedaction constructor

__init__(self, origin, index, count)

Initializes a new instance of RemovePageRedaction class.


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