RegisteredDecodersGetImageInfo Method (String) |
Returns information about an encoded image file specifying a filename.
Returns information about an encoded image file.
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
)
Public Shared Function GetImageInfo (
fileName As String
) As ImageInfo
Parameters
- fileName
- Type: SystemString
A file name containing the encoded image data.
Return Value
Type:
ImageInfo The
ImageInfo from an existing
file.
See Also