PdfDocumentAddPage(PdfPageSize, PdfMargins) Method

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

Parameters

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

Return Value

PdfPage
The added page

See Also