Search found 5 matches

by Yoshitoki
20 Feb 2014, 13:10
Forum: CAD .NET
Topic: CADImage.SaveToStream
Replies: 5
Views: 26362

Re: CADImage.SaveToStream

Hello Mikhail,

_LENGTH_INCHI As Double = 25.4
by Yoshitoki
17 Feb 2014, 18:45
Forum: CAD .NET
Topic: CADImage.SaveToStream
Replies: 5
Views: 26362

Re: CADImage.SaveToStream

Hello Mikhail, Code is here. Please check it. I'd like to covert to a 300Dpi TIFF from a A0 size drawing. fileDpi = 300; 'DrawingSize = A0size, Width 1189mm(millimeter),Hight 841mm curRect = New DRect(cadImage.Extents.left / _LENGTH_INCH * fileDpi, cadImage.Extents.top / _LENGTH_INCH * fileDpi, cadI...
by Yoshitoki
14 Feb 2014, 08:05
Forum: CAD .NET
Topic: CADImage.SaveToStream
Replies: 5
Views: 26362

CADImage.SaveToStream

Hello, I have a trouble. In the CADImage.SaveToStream(xx, xx, CADImport.DRect, xx) of CAD Import .NET V9, I would like to set more 10,000 x 10,000 pixel at DRect. But I cannot do it. Error Code at System.Drawing.Graphics.GetHdc() at CADImport.CADGraphicsGDI.SetSpecialparameters() at CADImport.CADPai...
by Yoshitoki
13 Feb 2014, 11:58
Forum: CAD .NET
Topic: Thickness of converted tiff
Replies: 1
Views: 12863

Thickness of converted tiff

Hellow, There is the function, in my application, that convert to TIFF from DWG by using SaveToStream method in the CAD Import .Net dll V9. I'm troubled that the line and strings of converted TIFF file is thick. I try it with the Demo Viewer and the result is the same. What is wrong? Are there any p...
by Yoshitoki
30 Jan 2014, 11:11
Forum: CAD .NET
Topic: To load AC2013 dwg file,
Replies: 1
Views: 13103

To load AC2013 dwg file,

Hellow, I'd like to load a dwg file in my application with Cad Import Net.dll. The dwg file format is AC2013, saved by Autocad 2014. Cad Import Net.dll. version is 9.0.0.30903. But, I can't load. The response of my application doesn't return, processing stalls in the following code: So, the followin...