A Anton Aug 11, 2009 #1 hi asp.net 3.5 Is it possible to create an image without using the Image.FromFile???
S Stan Aug 12, 2009 #2 hi asp.net 3.5 Is it possible to create an image without using the Image.FromFile??? Click to expand... Yes. You can create an Image in memory with the tools in System.Drawing namespace and save the graphics object as a bitmap using Response.OutputStream as the destination. HTH
hi asp.net 3.5 Is it possible to create an image without using the Image.FromFile??? Click to expand... Yes. You can create an Image in memory with the tools in System.Drawing namespace and save the graphics object as a bitmap using Response.OutputStream as the destination. HTH