ImageReader.RecognizeFormat Method (Stream)

Obtains a file format from a given Stream.

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

Syntax

C#
public static FileFormat RecognizeFormat(
	Stream stream
)

Parameters

stream

Type: System.IO.Stream

The Stream to obtain a format from.

Return Value

A FileFormat representing the format for a given stream.

See Also

Reference