Tagged Questions

1
vote
1answer
300 views

System.Drawing.Image for Images in Business Objects?

Hi Folks I'd like to store an image in a business object. In MSDN I saw that the System.Drawing-namespace provides lots of GDI+-features, etc. Is it okay to store an Image in an System.Drawing.Image …