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

FormatManager.CreateFormatReader Method (Int64)

Creates and returns format reader by specified media format ID.

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

Syntax

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

Parameters

format

Type: System.Int64

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

Return Value

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

See Also

Reference