Checks if the image can be loaded with this reader.
Namespace:
Aurigma.GraphicsMill.Codecs
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
Type: System.String
The name of the file to test.You can use this method to ensure if the file has necessary format. For example, to check if the image is a GIF file, you should create an instance of GifReader class and call this method. It will return true for all GIF files and false for other formats.