HiQPdf Documentation

PdfDocumentAddPage Method (PdfDocumentMargins)

Quickly Create High Quality PDFs
Adds a new page with the default size and orientation and the given margins to the end of this document

Namespace:  HiQPdf
Assembly:  HiQPdf (in HiQPdf.dll) Version: 15.0.0.0
Syntax

public PdfPage AddPage(
	PdfDocumentMargins margins
)

Parameters

margins
Type: HiQPdfPdfDocumentMargins
The page margins

Return Value

Type: PdfPage
The added page
See Also

Reference