ImageReader.IsRawFormat Method (Stream)

Determines whether the specified stream contains an image in RAW format.

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

Syntax

C#
public static bool IsRawFormat(
	Stream stream
)

Parameters

stream

Type: System.IO.Stream

The stream to check.

Return Value

true if the stream contains an image in RAW format; otherwise, false.

See Also

Reference