HiQPdf Documentation

PdfDocumentAddPage Method (PdfPageSize, PdfDocumentMargins)

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

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

public PdfPage AddPage(
	PdfPageSize size,
	PdfDocumentMargins margins
)

Parameters

size
Type: HiQPdfPdfPageSize
The page size in points
margins
Type: HiQPdfPdfDocumentMargins
The page margins

Return Value

Type: PdfPage
The added page
See Also

Reference