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

FormatManager.CreateFormatWriter Method (Int64)

Creates and returns format writer by specified media format ID.

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

Syntax

Visual Basic
Public Shared Function CreateFormatWriter ( _
	format As Long _
) As IFormatWriter
C#
public static IFormatWriter CreateFormatWriter(
	long format
)

Parameters

format

Type: System.Int64

An integer value that specifies a media format ID which should have the requested format writer.

Return Value

The object that implements the IFormatWriter interface which has the requested media format.

See Also

Reference