Click or drag to resize

ImageManagerIsImageFile Method

Returns true if the filename provided is one of the recognized image file formats

Namespace:  NetQuarry.Util.Image
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public static bool IsImageFile(
	string fileName
)

Parameters

fileName
Type: SystemString
The filename to test for an image file format

Return Value

Type: Boolean
True if filename is an image file.
See Also