PdfPagesCollectionAddPage(PdfDocumentMargins) Method

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

Definition

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

Parameters

margins  PdfDocumentMargins
The page margins

Return Value

PdfPage
The added page

See Also