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

CustomFormatWriter.OpenWriter Method (Stream)

Opens the writer on the specified stream.

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

Syntax

Visual Basic
Protected Friend Overridable Sub OpenWriter ( _
	stream As Stream _
)
C#
protected internal virtual void OpenWriter(
	Stream stream
)

Parameters

stream

Type: System.IO.Stream

Stream to open the writer on.

See Also

Reference