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