Search found 6 matches
- 10 May 2011, 12:44
- Forum: CAD .NET
- Topic: Zooming in ASP.NET (CADImage.Painter.Scale)
- Replies: 3
- Views: 19513
Re: Zooming in ASP.NET (CADImage.Painter.Scale)
Thanks for the reply, doing Crtl + in browser will obviously increase the size of the image but that is not zooming in real sense, Image will get distorted as it is a raster image (jpeg, png etc), I guess there is no real zooming when generating an image and displaying it over the web, other than yo...
- 09 May 2011, 20:36
- Forum: CAD .NET
- Topic: Displaying DWG in ASP.NET page
- Replies: 5
- Views: 28130
Re: Displaying DWG in ASP.NET page
I am trying SelectEx method in ASP.NET but keep getting NullReference Exception, I am using javascript to figure out the mouse poistion on the image, not sure if that is the correct way to do it though?
Any one implemented SelectEx method on DWGImage with ASP.NET?
Any one implemented SelectEx method on DWGImage with ASP.NET?
- 09 May 2011, 19:09
- Forum: CAD .NET
- Topic: Zooming in ASP.NET (CADImage.Painter.Scale)
- Replies: 3
- Views: 19513
Zooming in ASP.NET (CADImage.Painter.Scale)
I was told that, it is possible to zoom in ASP.NET but no example is available for it, I am just wondering to do zooming in ASP.NET, do I use CADImage.Painter.Scale method? is there a example availble of the usage of the method, example does not need to be ASP.NET based but windows form based exampl...
- 05 May 2011, 19:25
- Forum: CAD .NET
- Topic: ASP.NET Demo not rendering Sample.dwg
- Replies: 4
- Views: 25808
Re: ASP.NET Demo not rendering Sample.dwg
never mind it needs the full path of the image file C:\......\sample.dwg and not just sample.dwg as defaulted in the textbox
- 05 May 2011, 17:26
- Forum: CAD .NET
- Topic: ASP.NET Demo not rendering Sample.dwg
- Replies: 4
- Views: 25808
Re: ASP.NET Demo not rendering Sample.dwg
DWG file, I am using is the Sample.dwg file that was in your ASPNETDemo, The file works correctly on the Viewer demo, do you still need the dwg file?
- 05 May 2011, 14:00
- Forum: CAD .NET
- Topic: ASP.NET Demo not rendering Sample.dwg
- Replies: 4
- Views: 25808
ASP.NET Demo not rendering Sample.dwg
Hello I just downloaded the trial version of CADImport.NET and trying out the ASP.NET Demo, the demo runs but it only generates a blank image, see the Image file it generates, I have also tried using a different dwg file but the result is same I have debugged through the code and no errors are gener...