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

CustomFormatWriter.SetFormatName Method

Sets the name of the codec.

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

Syntax

Visual Basic
Protected Friend Sub SetFormatName ( _
	formatName As String _
)
C#
protected internal void SetFormatName(
	string formatName
)

Parameters

formatName

Type: System.String

Name of the codec.

Remarks

This method should be used in a writer constructor to set codec parameters.

See Also

Reference