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: 16.0.0
public PdfPage AddPageAtIndex(
int index,
PdfPageSize size,
PdfDocumentMargins margins,
PdfPageOrientation orientation
)
Public Function AddPageAtIndex (
index As Integer,
size As PdfPageSize,
margins As PdfDocumentMargins,
orientation As PdfPageOrientation
) As PdfPage
public:
PdfPage^ AddPageAtIndex(
int index,
PdfPageSize^ size,
PdfDocumentMargins^ margins,
PdfPageOrientation orientation
)
member AddPageAtIndex :
index : int *
size : PdfPageSize *
margins : PdfDocumentMargins *
orientation : PdfPageOrientation -> PdfPage
- 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