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)
public PdfPage( float width, float height, float dpiX, float dpiY )
Type: System.Single
The width of the page, in pixels.Type: System.Single
The height of the page, in pixels.Type: System.Single
The horizontal resolution of the page, in DPI.Type: System.Single
The vertical resolution of the page, in DPI.