PdfWriter.AddPage Method (Single, Single, Single, Single)

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

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

Syntax

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

Parameters

width

Type: System.Single

The width of the page.
height

Type: System.Single

The height of the page.
dpiX

Type: System.Single

dpiY

Type: System.Single

See Also

Reference