IDocumentModifier Methods
When implemented in a class, helps you access, add and remove document pages.Name | Description |
---|---|
AddPages(IEnumerable<Page>) | Adds specified pages to the end of the report document’s page collection. |
GetPageIndexByID(Int64) | Returns the index of the page whose Page.ID is specified as a parameter. |
InsertPage(Int32, Page) | Inserts a specified page at a specified position. |
RemovePageAt(Int32) | Removes a page at a specified position. |
See Also