PdfWriter.AddPage Method (Single, Single)

Adds a page with the specified dimensions to the PDF document.

Namespace: Aurigma.GraphicsMill.Codecs
Assembly: Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)

Syntax

C#
public void AddPage(
	float width,
	float height
)

Parameters

width

Type: System.Single

The width of the page.
height

Type: System.Single

The height of the page.

See Also

Reference