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

FormatManager.CreateFormatWriter Method (String)

Creates and returns format writer opened on specified file.

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

Syntax

Visual Basic
Public Shared Function CreateFormatWriter ( _
	fileName As String _
) As IFormatWriter
C#
public static IFormatWriter CreateFormatWriter(
	string fileName
)

Parameters

fileName

Type: System.String

The name of the file to open format writer on.

Return Value

The object that implements the IFormatWriter interface which is opened on the specified file.

Remarks

This method analyzes an extension of the fileName argument and selects necessary format writer this way.

See Also

Reference