PdfWriter.AddPage Method (PdfPage)

Adds a page described by the specified PdfPage to the PDF document.

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

Syntax

C#
public void AddPage(
	PdfPage page
)

Parameters

page

Type: Aurigma.GraphicsMill.Codecs.PdfPage

A PdfPage describing the page size, resolution, background color, color profile, and PDF boxes.

Remarks

This overload consolidates the page settings previously spread across the other AddPage() overloads into a single object.

See Also

Reference

Manual