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