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

FormatManager.RegisterFormatReader Method

Registers format reader and returns a boolean value indicating whether the registration was successful.

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

Syntax

Visual Basic
Public Shared Function RegisterFormatReader ( _
	pReaderType As Type _
) As Boolean
C#
public static bool RegisterFormatReader(
	Type pReaderType
)

Parameters

pReaderType

Type: System.Type

The format reader type which implements the IFormatReader interface.

Return Value

true if format reader was successfully registered; otherwise, false.

Remarks

This method fails to register format reader with UnknownFormat or UnknownBeforeOpenFormat media format ID.

See Also

Reference