| ScanUtilsisSimpleImageFormat Method  | 
            Returns true if image file ends with jpg, png, bmp, tif or tiff.
            
 
Namespace: asprise_imaging_apiAssembly: asprise-imaging-scan.net-api (in asprise-imaging-scan.net-api.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic static bool isSimpleImageFormat(
	string imgFile
)
Public Shared Function isSimpleImageFormat ( 
	imgFile As String
) As Boolean
public:
static bool isSimpleImageFormat(
	String^ imgFile
)
static member isSimpleImageFormat : 
        imgFile : string -> bool 
Parameters
- imgFile
 - Type: SystemString
 
Return Value
Type: 
Boolean
See Also