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

CustomFormatReader.SetMimeType Method

Sets the MIME type of the files opened 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 reader constructor to set codec parameters.

See Also

Reference