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

CustomFormatWriter.SetMimeType Method

Sets the MIME type of the files that can be saved with the codec.

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

Syntax

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

Parameters

mimeType

Type: System.String

String representing a MIME type of the file type represented by this codec.

Remarks

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

See Also

Reference