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

FormatManager.RegisterFormatWriter Method

Registers format writer 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 RegisterFormatWriter ( _
	pWriterType As Type _
) As Boolean
C#
public static bool RegisterFormatWriter(
	Type pWriterType
)

Parameters

pWriterType

Type: System.Type

The format writer type which implements the IFormatWriter interface.

Return Value

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

Remarks

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

See Also

Reference