Skip to main content

IDocumentModifier.InsertPage(Int32, Page) Method

Inserts a specified page at a specified position.

Namespace: DevExpress.XtraReports

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

NuGet Package: DevExpress.Printing.Core

Declaration

void InsertPage(
    int index,
    Page page
)

Parameters

Name Type Description
index Int32

The position to insert a page.

page Page

The page to insert.

See Also