ImageFormatInfoGet(String) Method

Gets the image format info by file name or path or extension.

Definition

Namespace: GleamTech.ImageUltimate
Assembly: GleamTech.ImageUltimate (in GleamTech.ImageUltimate.dll) Version: 5.8.8
C#
public static ImageFormatInfo Get(
	string file
)

Parameters

file  String
The file name or path or extension (with or without leading dot) of the image.

Return Value

ImageFormatInfo
a ImageFormatInfo object if there is a match; otherwise, null.

See Also