Click or drag to resize

RawDecoderIsValidFormat Method

Returns true if the input stream is a valid RAW format.

Namespace:  Atalasoft.Imaging.Codec
Assembly:  Atalasoft.dotImage.Raw (in Atalasoft.dotImage.Raw.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public override bool IsValidFormat(
	Stream stream
)

Parameters

stream
Type: System.IOStream
The input stream.

Return Value

Type: Boolean
True if the input stream is a valid Raw format.
See Also