PdfPage Class

Represents a page to add to a PdfWriter document, describing the page size and its PDF boxes.

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

Syntax

C#
public class PdfPage

Remarks

This class consolidates page size, resolution, background color, color profile, and PDF box settings that were previously spread across a large set of overloaded AddPage() methods.

Inheritance Hierarchy

System.Object
L Aurigma.GraphicsMill.Codecs.PdfPage

See Also

Reference

Manual