PdfPage Constructor (Single, Single)

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

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

Syntax

C#
public PdfPage(
	float width,
	float height
)

Parameters

width

Type: System.Single

The width of the page, in pixels.
height

Type: System.Single

The height of the page, in pixels.

See Also

Reference