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

IFormatInfo Interface

This interface is implemented by all Graphics Mill for .NET format readers and writers to provide information about the formats.

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

Syntax

Visual Basic
Public Interface IFormatInfo
C#
public interface IFormatInfo

Remarks

In particular it is used to get filter string for open and save file dialogs (see FilterStringForLoad and FilterStringForSave properties of the FormatManager class).

See Also

Reference