Check ImageFormat of a bitmap in Compact Framework.
- by Thyphuong
In C#, we can use Image.RawFormat to check the ImageFormat of an Image. But property RawFormat seems not available in compact Framework. So how can I check an ImageFormat of a bitmap in Compact Framework?