Adds a page with the specified dimensions, color profile, and rectangles to the PDF document.
Namespace:
Aurigma.GraphicsMill.Codecs
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
public void AddPage( float width, float height, ColorProfile profile, RectangleF cropBox, RectangleF trimBox, RectangleF bleedBox, RectangleF artBox )
Type: System.Single
The width of the page.Type: System.Single
The height of the page.Type: System.Drawing.RectangleF
The crop box of the page.Type: System.Drawing.RectangleF
The trim box of the page.Type: System.Drawing.RectangleF
The bleed box of the page.Type: System.Drawing.RectangleF