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.
Namespace: GroupDocs.Redaction.IntegrationAssembly: GroupDocs.Redaction (in GroupDocs.Redaction.dll) Version: 22.5
Syntaxpublic interface IPaginatedDocument
Public Interface IPaginatedDocument
public interface class IPaginatedDocument
type IPaginatedDocument = interface end
The IPaginatedDocument type exposes the following members.
Methods
| Name | Description |
---|
 | RemovePages |
Removes one or multiple pages depending on its start position, offset and count.
|
Remarks
See Also