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

FormatWriter.Open Method (Stream)

Opens format writer on the specified stream.

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

Syntax

Visual Basic
Public Overridable Sub Open ( _
	stream As Stream _
)
C#
public virtual void Open(
	Stream stream
)

Parameters

stream

Type: System.IO.Stream

The Stream class instance that holds data to write to.

Remarks

After you completed writing to the stream, you should close the writer with Close() method.

See Also

Reference