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

EncoderOptions.MediaFormat Property

Returns media format for which encoder options are defined.

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

Syntax

Visual Basic
Public Overridable ReadOnly Property MediaFormat As Long
C#
public virtual long MediaFormat { get; }

Property Value

An integer value that specifies a media format ID for which encoder options are defined.

Remarks

Each descendant class returns fixed value specifying media format it represents.

Each format supported with Graphics Mill for .NET has its own format ID. They are represented by static fields of FormatManager, such as JpegFormat, GifFormat, etc.

See Also

Reference