Adds a page with the specified dimensions and rectangles to the PDF document.
Namespace:
Aurigma.GraphicsMill.Codecs
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
public void AddPage( float width, float height, RectangleF cropBox, RectangleF trimBox, RectangleF bleedBox )
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
Type: System.Drawing.RectangleF
The bleed box of the page.