tags:

views:

101

answers:

2

Hello,

I'm facing problem while converting image datatype to byte[]. Please give me a solution for this.

Thanks in advance.

Susan.

A: 

What you are looking for is the LockBits method. Check out:

LockBits()

Jim H.
A: 

May be some help from here

JMSA