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

CustomFormatWriter.OpenWriter Method (String)

Opens the writer on the specifed file.

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

Syntax

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

Parameters

fileName

Type: System.String

Name of the file to open the writer on.

Remarks

This method is a simple wrapper around the overloaded version of this method with System.IO.Stream as an argument. No need to implement this method yourself, it will automatically work when you implement the stream-based version of this method.

See Also

Reference