Adds a page described by the specified PdfPage to the PDF document.
Namespace:
Aurigma.GraphicsMill.Codecs
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
public void AddPage( PdfPage page )
Type: Aurigma.GraphicsMill.Codecs.PdfPage
A PdfPage describing the page size, resolution, background color, color profile, and PDF boxes.This overload consolidates the page settings previously spread across the other AddPage() overloads into a single object.