Click or drag to resize

Jb2DecoderIsValidFormat Method

Returns true if the specified Stream is a JBIG2 image.

Namespace:  Atalasoft.Imaging.Codec.Jbig2
Assembly:  Atalasoft.dotImage.Jbig2 (in Atalasoft.dotImage.Jbig2.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
Returns true if the image is detected to be JBIG2, otherwise returns false.
See Also