Click or drag to resize

RegisteredDecodersGetImageInfo Method (String, Int32)

Returns information about an encoded image file specifying a filename 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(
	string fileName,
	int frameIndex
)

Parameters

fileName
Type: SystemString
A file name 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
The ImageInfo from an existing file.
See Also