PdfDocumentProcessor.InsertNewPage(Int32, PdfRectangle) Method
Inserts a new page with a specified page number and page size into the document.
Namespace: DevExpress.Pdf
Assembly: DevExpress.Docs.v24.2.dll
NuGet Package: DevExpress.Document.Processor
#Declaration
public PdfPage InsertNewPage(
int pageNumber,
PdfRectangle mediaBox
)
#Parameters
Name | Type | Description |
---|---|---|
page |
Int32 | An integer value that is the number of a page that should be inserted into the document. |
media |
Pdf |
A Pdf |
#Returns
Type | Description |
---|---|
Pdf |
A Pdf |