BaseCommonDecoderGetImageInfo Method (String) |
Retrieve information from a file about the first frame.
Namespace:
Atalasoft.Imaging.Codec
Assembly:
Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.5.0.5.0.230 (.NET 4.6.2, x86)
Syntaxpublic virtual ImageInfo GetImageInfo(
string filePath
)
Public Overridable Function GetImageInfo (
filePath As String
) As ImageInfo
Parameters
- filePath
- Type: SystemString
File location in a computer's file system structure.
Return Value
Type:
ImageInfo An
ImageInfo object containing information about the first decoded frame such as size, pixel format etc.
Exceptions
See Also