PdfWriter.AddPage Method (Single, Single, Single, Single, RectangleF, RectangleF, RectangleF, RectangleF)

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

Syntax

C#
public void AddPage(
	float width,
	float height,
	float dpiX,
	float dpiY,
	RectangleF cropBox,
	RectangleF trimBox,
	RectangleF bleedBox,
	RectangleF artBox
)

Parameters

width

Type: System.Single

height

Type: System.Single

dpiX

Type: System.Single

dpiY

Type: System.Single

cropBox

Type: System.Drawing.RectangleF

trimBox

Type: System.Drawing.RectangleF

bleedBox

Type: System.Drawing.RectangleF

artBox

Type: System.Drawing.RectangleF

See Also

Reference