PdfWriter.AddPage Method (Single, Single, Single, Single, ColorProfile, 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,
	ColorProfile profile,
	RectangleF cropBox,
	RectangleF trimBox,
	RectangleF bleedBox
)

Parameters

width

Type: System.Single

height

Type: System.Single

dpiX

Type: System.Single

dpiY

Type: System.Single

profile

Type: Aurigma.GraphicsMill.ColorProfile

cropBox

Type: System.Drawing.RectangleF

trimBox

Type: System.Drawing.RectangleF

bleedBox

Type: System.Drawing.RectangleF

See Also

Reference