WriterSettings.Format Property

Gets file format for which these settings are defined.

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

Syntax

C#
public FileFormat Format { get; }

Property Value

A FileFormat for which these settings are defined.

Remarks

Each descendant class returns a fixed value specifying file format it represents.

See Also

Reference