Click or drag to resize

OfficeAdapterDecoderIsValidFormat Method

Determines if this MultiFramedImageDecoder is capable of decoding the data contained within a specified stream.

Namespace:  Atalasoft.Imaging.Codec.Office
Assembly:  Atalasoft.dotImage.Office (in Atalasoft.dotImage.Office.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 stream to check the contents of.

Return Value

Type: Boolean
true
, if this decoder can read the data contained in the stream, otherwise
false
.
See Also