This documentation is for the old version. Go to the latest Graphics Mill docs

AdvancedPsdReader Constructor (Stream)

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)

Syntax

Visual Basic
Public Sub New ( _
	stream As Stream _
)
C#
public AdvancedPsdReader(
	Stream stream
)

Parameters

stream

Type: System.IO.Stream

Stream class instance to open the reader on.

See Also

Reference