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