UtilFreeImageGetFormat Method
Gets the format of the specified image file.
Namespace: DevCase.ThirdParty.FreeImageAssembly: DevCase.net48.ThirdParty.FreeImage (in DevCase.net48.ThirdParty.FreeImage.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public static string GetFormat(
string filepath
)
Public Shared Function GetFormat (
filepath As String
) As String
Dim filepath As String
Dim returnValue As String
returnValue = UtilFreeImage.GetFormat(filepath)
public:
static String^ GetFormat(
String^ filepath
)
static member GetFormat :
filepath : string -> string
No code example is currently available or this language may not be supported.
- filepath String
-
The image filepath.
String
The format of the specified image file.
Note: Some functionalities of this assembly may require to install one or all of the listed NuGet packages:
FreeImageNET