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
)
Public Shared Function IsImageFile (
fileName As String
) As Boolean
Parameters
- fileName
- Type: SystemString
The filename to test for an image file format
Return Value
Type:
BooleanTrue if filename is an image file.
See Also