Creates and initializes new PsdReader class instance. It also opens this reader on specified file.
Namespace:
Aurigma.GraphicsMill.Codecs
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
Public Sub New ( _
fileName As String _
)
public PsdReader(
string fileName
)
Type: System.String
Name of the file to open the reader on.