F
Florian Lutz
Hi,
how do i create a bitmap on a pocketpc device form a byte[] ? the
problem is i use the opennetcf signature control and get the byte[]
with signature.GetSignature(). I tried to create an image with:
MemoryStream memStream = new MemoryStream(sig_array);
pictureBox1.Image = new Bitmap(memStream);
but i throws a ArgumentException. it seems it can't create the image
from the byte array.
thanks,
Florian Lutz
how do i create a bitmap on a pocketpc device form a byte[] ? the
problem is i use the opennetcf signature control and get the byte[]
with signature.GetSignature(). I tried to create an image with:
MemoryStream memStream = new MemoryStream(sig_array);
pictureBox1.Image = new Bitmap(memStream);
but i throws a ArgumentException. it seems it can't create the image
from the byte array.
thanks,
Florian Lutz