Initializes a new instance of the PdfPage class with the specified size.
Namespace:
Aurigma.GraphicsMill.Codecs
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
public PdfPage( float width, float height )
Type: System.Single
The width of the page, in pixels.Type: System.Single
The height of the page, in pixels.