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

FormatReader.MimeType Property

Returns mime type of the format.

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

Syntax

Visual Basic
Public Overridable ReadOnly Property MimeType As String
C#
public virtual string MimeType { get; }

Property Value

Mime type of the format.

See Also

Reference