Skip to main content
A newer version of this page is available. .

IDocumentModifier.RemovePageAt(Int32) Method

Removes a page at a specified position.

Namespace: DevExpress.XtraReports

Assembly: DevExpress.Printing.v20.2.Core.dll

NuGet Packages: DevExpress.Printing.Core, DevExpress.WindowsDesktop.Printing.Core

Declaration

void RemovePageAt(
    int index
)

Parameters

Name Type Description
index Int32

The position at which to remove a page.

See Also