How to detect blank page from tif files

Hi,
How to detect blank page from tif/tiff files using Aspose.Imaging api in .net.

Regards,
Aravind

@bpanchu,

I have observed your requirements and like to share that you need to traverse through all pixels in an image to identify if it is blank i.e. R=G=B=255. If all traverse pixels have R=G=B=255 then the image is blank otherwise it is not.