PdfDocumentAddPage(PdfPageSize, PdfMargins, PdfPageOrientation) Method

Adds a new page with the given size, margins and orientation at the end of this document

Definition

Namespace: HiQPdfClient
Assembly: HiQPdfClient.NetCore (in HiQPdfClient.NetCore.dll) Version: 16.0.0
C#
public PdfPage AddPage(
	PdfPageSize size,
	PdfMargins margins,
	PdfPageOrientation orientation
)

Parameters

size  PdfPageSize
The page size in points
margins  PdfMargins
The page margins
orientation  PdfPageOrientation
The page orientation

Return Value

PdfPage
The added page

See Also