The seek reference position, either the beginning or the end of a document.
Example
fromgroupdocs.redaction.redactionsimportPageRangeFilter,PageSeekOrigin# Define a filter that targets the last page and the one before itpage_filter=PageRangeFilter(PageSeekOrigin.END,0,1)# The filter can be combined with other filters, e.g., PageAreaFilter,# and passed to ReplacementOptions.Filters when configuring a redaction.