Search found 1 match

by gezjames
29 Jul 2008, 00:09
Forum: CAD DLL
Topic: CADImageDLL in a Web application using c#
Replies: 1
Views: 27915

CADImageDLL in a Web application using c#

I am very new to CADImageDLL and have yet to successfully use the library. I am trying to create a CAD file and then get the extents after uploading the file through a web form. The code I am using is as follows: if (!DLLWin32Import.CADFile.Equals(IntPtr.Zero)) { DLLWin32Import.CloseCAD(DLLWin32Impo...