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

CustomFormatWriter.SetDefaultExtension Method

Sets the default extension of files opened using this codec.

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

Syntax

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

Parameters

defaultExtension

Type: System.String

String in a format *.ext.

Remarks

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

See Also

Reference