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

FormatWriter.FormatDescription Property

Returns user-friendly format description.

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

Syntax

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

Property Value

Format description.

Remarks

This description is inserted as user-friendly filter name into filter string generated by FilterStringForLoad and FilterStringForSave properties of the FormatManager class.

See Also

Reference