PdfDocumentAddPage(PdfMargins) Method

Adds a new page with the default size and orientation and the given margins to the end of this document

Definition

Namespace: HiQPdfClient
Assembly: HiQPdfClient.NetCore (in HiQPdfClient.NetCore.dll) Version: 16.0.0
C#
public PdfPage AddPage(
	PdfMargins margins
)

Parameters

margins  PdfMargins
The page margins

Return Value

PdfPage
The added page

See Also