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

CustomFormatWriter.GetStream Method

Returns the stream associated with the currently opened writer.

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

Syntax

Visual Basic
Protected Friend Function GetStream As Stream
C#
protected internal Stream GetStream()

Return Value

Stream associated with the current writer.

See Also

Reference