ImageFormatInfoGet(String) Method
Gets the image format info by file name or path or extension.
Namespace: GleamTech.ImageUltimateAssembly: GleamTech.ImageUltimate (in GleamTech.ImageUltimate.dll) Version: 6.0.2
public static ImageFormatInfo Get(
string file
)
Public Shared Function Get (
file As String
) As ImageFormatInfo
- file String
- The file name or path or extension (with or without leading dot) of the image.
ImageFormatInfoa
ImageFormatInfo object if there is a match; otherwise, null.