ImageReader.IsRawFormat Method (String)

Determines whether the specified file path contains an image in RAW format.

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

Syntax

C#
public static bool IsRawFormat(
	string fileName
)

Parameters

fileName

Type: System.String

Return Value

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

See Also

Reference