Search found 1 match

by orenderi
05 Jul 2007, 14:58
Forum: CAD .NET
Topic: Convert dwg to jpg - Parameter is not valid
Replies: 1
Views: 9530

Convert dwg to jpg - Parameter is not valid

Hi, I'm trying to convert DWG (3M) to jpg and getting Parameter is not valid exception in C# .NET 2.0. For some DWG it works and for sone it's not. I think that it depends on the output image I request. My code: MemoryStream ms = new MemoryStream(); DWG.DWGImage dwgImage = new DWG.DWGImage(); dwgIma...