PdfWriter.AddPage Method (Single, Single, Color)

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

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

Syntax

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

Parameters

width

Type: System.Single

The width of the page.
height

Type: System.Single

The height of the page.
color

Type: Aurigma.GraphicsMill.Color

See Also

Reference