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

FormatReader.MediaFormat Property

Returns the ID of the media format this reader can read from.

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 of this reader.

See Also

Reference