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

FormatReader.Open Method (String)

Opens format reader on the specified file.

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

Syntax

Visual Basic
Public Overridable Sub Open ( _
	fileName As String _
)
C#
public virtual void Open(
	string fileName
)

Parameters

fileName

Type: System.String

The name of the file to read from.

Remarks

After you completed reading from file, you should close the reader with Close() method. Until that the file will be locked.

See Also

Reference