ImageReader.RecognizeFormat Method (String)

Obtains a format of the specified file.

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

Syntax

C#
public static FileFormat RecognizeFormat(
	string fileName
)

Parameters

fileName

Type: System.String

The file name to obtain a format for.

Return Value

A FileFormat representing the format of a given file.

See Also

Reference