Search found 1 match

by txia007
30 Nov 2005, 10:07
Forum: CAD .NET
Topic: Using DXFImportNET in ASP.NET
Replies: 3
Views: 19167

Using DXFImportNET in ASP.NET

Dim FCADImage As CADImage FCADImage = New CADImage FCADImage.Load("D:\Inetpub\wwwroot\DXF\RW030.dxf") FCADImage.SaveToFile("D:\Inetpub\wwwroot\JPG\foo.jpg",System.Drawing.Imaging.ImageFormat.Jpeg) All i want to do is load the dxf file to the CADImage object, and convert it to JPG; However, when i do...