Click or drag to resize

RegisteredDecodersGetImageInfo Method (Stream, Int32)

Returns information about an encoded image file specifying a stream and frame index.

Namespace:  Atalasoft.Imaging.Codec
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public static ImageInfo GetImageInfo(
	Stream stream,
	int frameIndex
)

Parameters

stream
Type: System.IOStream
A stream containing the encoded image data.
frameIndex
Type: SystemInt32
If the image contains multiple frames, this is the zero based index to retreive information from.

Return Value

Type: ImageInfo
See Also