Search found 1 match
- 06 Oct 2007, 03:54
- Forum: CAD .NET
- Topic: scale the image to save
- Replies: 1
- Views: 9810
scale the image to save
Hi, Sergey I want to save dxf files as images (preferably bmp format) into memory stream or image files and control image size, for example, less than 300k. How can I scale the image before I save it? Here is the code I am using now, but the image is too big. Friend WithEvents DXFCadImport As CADImp...