PdfDocumentAddPage(PdfPageSize, PdfDocumentMargins, PdfPageOrientation) Method
Adds a new page with the given size, margins and orientation at the end of this document
Namespace: HiQPdfAssembly: HiQPdf.NetCore (in HiQPdf.NetCore.dll) Version: 16.0.0
public PdfPage AddPage(
PdfPageSize size,
PdfDocumentMargins margins,
PdfPageOrientation orientation
)
Public Function AddPage (
size As PdfPageSize,
margins As PdfDocumentMargins,
orientation As PdfPageOrientation
) As PdfPage
public:
PdfPage^ AddPage(
PdfPageSize^ size,
PdfDocumentMargins^ margins,
PdfPageOrientation orientation
)
member AddPage :
size : PdfPageSize *
margins : PdfDocumentMargins *
orientation : PdfPageOrientation -> PdfPage
- size PdfPageSize
- The page size in points
- margins PdfDocumentMargins
- The page margins
- orientation PdfPageOrientation
- The page orientation
PdfPageThe added page