DocumentAddPage(PdfPageSize, PdfMargins, PdfPageOrientation) Method

Creates a new PDF page with the specified size, margins and orientation and adds it to the collection

Definition

Namespace: EvoPdfClient
Assembly: EvoPdfClient (in EvoPdfClient.dll) Version: 11.0.0.0 (11.0.0.0)
C#
public PdfPage AddPage(
	PdfPageSize pageSize,
	PdfMargins pageMargins,
	PdfPageOrientation pageOrientation
)

Parameters

pageSize  PdfPageSize
The PDF page size in points
pageMargins  PdfMargins
The PDF page margins in points
pageOrientation  PdfPageOrientation
The PDF page orientation

Return Value

PdfPage
The newly created PDF page

See Also