n this simple article you will learn that how we can get pixel format, raw format, property id list and property items image in VB and C#.net.
Get Pixel Format:
Image consists of pixels to get the format of the pixel we have a property named pixel format. This property returns an enumeration of pixel format. This enumeration tells the pixel format.
To demonstrate make a window application. Drag one button and a picture box on form.
Now write the following code on Button click event:
View Complete Post