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

CustomFormatReader.OpenReader Method (String)

Opens the reader on the specifed file.

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

Syntax

Visual Basic
Protected Friend Overridable Sub OpenReader ( _
	fileName As String _
)
C#
protected internal virtual void OpenReader(
	string fileName
)

Parameters

fileName

Type: System.String

Name of the file to open the reader on.

Remarks

Usually, this method is a simple wrapper around the OpenReader(Stream) method.

See Also

Reference