PdfDocumentAddPage(PdfPageSize, PdfDocumentMargins) Method

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

Definition

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

Parameters

size  PdfPageSize
The page size in points
margins  PdfDocumentMargins
The page margins

Return Value

PdfPage
The added page

See Also