PdfDocumentAddPageAtIndex(Int32, PdfPageSize, PdfDocumentMargins, PdfPageOrientation) Method
Adds a new page with the given size, margins and orientation at the given index. The first page index is 0
Namespace: HiQPdfAssembly: HiQPdf.NetCore (in HiQPdf.NetCore.dll) Version: 18.0.0
public PdfPage AddPageAtIndex(
int index,
PdfPageSize size,
PdfDocumentMargins margins,
PdfPageOrientation orientation
)
- index Int32
- The index of the new page
- size PdfPageSize
- The page size in points
- margins PdfDocumentMargins
- The page margins
- orientation PdfPageOrientation
- The page orientation
PdfPageThe newly created PDF page