Initializes a new instance of the PdfReader class using the specified file name and resolution.
Namespace:
Aurigma.GraphicsMill.Codecs
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
public PdfReader( string fileName, float dpiX, float dpiY )
Type: System.String
The name of the file to create this reader for.Type: System.Single
The horizontal resolution of the PDF file in DPI.Type: System.Single
The vertical resolution of the PDF file in DPI.