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

Adds a page with the specified dimensions, background color, and color profile 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,
	ColorProfile profile
)

Parameters

width

Type: System.Single

The width of the page.
height

Type: System.Single

The height of the page.
color

Type: Aurigma.GraphicsMill.Color

profile

Type: Aurigma.GraphicsMill.ColorProfile

See Also

Reference