IPaginatedDocument

IPaginatedDocument interface

Defines methods that are required to manipulate a document’s pages. Needs to be implemented by DocumentFormatInstance-derived class to perform page redactions.

public interface IPaginatedDocument

Methods

Name Description
RemovePages(PageSeekOrigin, int, int) Removes one or multiple pages depending on its start position, offset and count.

Remarks

Learn more

See Also