RemovePages

IPaginatedDocument.RemovePages method

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

public RedactionResult RemovePages(PageSeekOrigin origin, int index, int count)
Parameter Type Description
origin PageSeekOrigin Search origin position, the beginning or the end of the document
index Int32 Start position index (0-based)
count Int32 Count of pages to remove

Return Value

Pages removal redaction result

See Also