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

IFormatReader.Open Method (Stream)

Opens format reader on the specified stream.

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

Syntax

Visual Basic
Sub Open ( _
	stream As Stream _
)
C#
void Open(
	Stream stream
)

Parameters

stream

Type: System.IO.Stream

Stream class instance that holds data to read from.

Remarks

After you completed reading, you should close the reader with Close() method.

See Also

Reference