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