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

AdvancedPsdReader Constructor (String)

Creates and initializes new AdvancedPsdReader class instance. It also opens this reader on specified file.

Namespace: Aurigma.GraphicsMill.Codecs
Assembly: Aurigma.GraphicsMill.Codecs.AdvancedPsd (in Aurigma.GraphicsMill.Codecs.AdvancedPsd.dll)

Syntax

Visual Basic
Public Sub New ( _
	fileName As String _
)
C#
public AdvancedPsdReader(
	string fileName
)

Parameters

fileName

Type: System.String

Name of the file to open the reader on.

See Also

Reference