PdfDocumentAddPage(PdfPageSize, PdfMargins, PdfPageOrientation, PdfPageRotation) Method

Adds a new page with the given size, margins, orientation and rotation 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,
	PdfPageRotation rotation
)

Parameters

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

Return Value

PdfPage
The added page

See Also