HiQPdf Documentation

PdfDocumentAddPage Method (PdfPageSize, PdfMargins, PdfPageOrientation)

HiQPdf Client for .NET Core
Adds a new page with the given size, margins and orientation at the end of this document

Namespace:  HiQPdfClient
Assembly:  HiQPdfClient.NetCore (in HiQPdfClient.NetCore.dll) Version: 15.0.0
Syntax

public PdfPage AddPage(
	PdfPageSize size,
	PdfMargins margins,
	PdfPageOrientation orientation
)

Parameters

size
Type: HiQPdfClientPdfPageSize
The page size in points
margins
Type: HiQPdfClientPdfMargins
The page margins
orientation
Type: HiQPdfClientPdfPageOrientation
The page orientation

Return Value

Type: PdfPage
The added page
See Also

Reference