world wide web development problems asp net php html xhtml css javascript jquery w3dproblems
public byte[] GetByte(System.Drawing.Image image) { using (System.IO.MemoryStream m = new System.IO.MemoryStream()) { image.Save(m, image.RawFormat); return m.ToArray(); } }
No comments:
Post a Comment