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.5.0.5.0.230 (.NET 4.6.2, x86)
Syntaxpublic static ImageInfo GetImageInfo(
string fileName,
int frameIndex
)
Public Shared Function GetImageInfo (
fileName As String,
frameIndex As Integer
) As ImageInfo
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