PdfPage Constructor (Single, Single, Single, Single)

Initializes a new instance of the PdfPage class with the specified size and resolution.

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

Syntax

C#
public PdfPage(
	float width,
	float height,
	float dpiX,
	float dpiY
)

Parameters

width

Type: System.Single

The width of the page, in pixels.
height

Type: System.Single

The height of the page, in pixels.
dpiX

Type: System.Single

The horizontal resolution of the page, in DPI.
dpiY

Type: System.Single

The vertical resolution of the page, in DPI.

See Also

Reference