If image can be read with this reader, returns true, otherwise returns false.
Remarks
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.