Search found 7 matches

by SoupMan
27 May 2011, 20:53
Forum: CAD .NET
Topic: Margin don't appear to work
Replies: 3
Views: 20982

Re: Margin don't appear to work

Alexandre, So you are saying that currently I will experience clipping of the drawing if I use Drawing.Fit with Margins. Instead of me giving snippets of what I'm doing let me tell you my objective: I want to have a set margin (lets say half an inch all around) and I want the drawing to fit within t...
by SoupMan
27 May 2011, 00:29
Forum: CAD .NET
Topic: Margin don't appear to work
Replies: 3
Views: 20982

Margin don't appear to work

Hi, Looked at one of the other margin topics on this forum and it helped me understand some things but has not resolved my issue. Here's the code I use: CADImport.Printing.PrintingForm PF = new CADImport.Printing.PrintingForm(); System.Drawing.Printing.PaperSize PaperSize = new System.Drawing.Printi...
by SoupMan
26 May 2011, 22:41
Forum: CAD .NET
Topic: Change an XRef
Replies: 5
Views: 26669

Re: Change an XRef

Thanks.

That did exactly what I wanted it to do. I have limited knowledge of Autocad so some things like this aren't obvious to me.
by SoupMan
26 May 2011, 01:54
Forum: CAD .NET
Topic: Change an XRef
Replies: 5
Views: 26669

Change an XRef

Hi, I noticed that under CADImage.Converter you have XRefs. Is there a way to change the XRef? See code attempt: this.cadEditorControl1.Image.Converter.XRefs[0].Dispose(); CADXRef NewXRef = new CADXRef(); NewXRef.AddCADImage(@"Z:\MFG\WF\MYXREF.DWG"); this.cadEditorControl1.Image.Converter.XRefs.Add(...
by SoupMan
24 May 2011, 22:20
Forum: CAD .NET
Topic: I don't have CADImage.Converter
Replies: 2
Views: 14418

Re: I don't have CADImage.Converter

I believe I need the DLL from support. I emailed and now waiting for an answer.

Why isn't this just sent to us when we purchase a copy?
by SoupMan
24 May 2011, 22:13
Forum: CAD .NET
Topic: I don't have CADImage.Converter
Replies: 2
Views: 14418

I don't have CADImage.Converter

Hi, I've purchased CADImport.NET standard a little over a year ago. We used it only to print drawings automatically. Now we want to add/modify entities on the fly. My understanding is that we can do that with the Standard version. When I browse CADImage in the object brower, I don't see a Layout col...
by SoupMan
05 Jan 2010, 19:24
Forum: CAD .NET
Topic: Silent Printing
Replies: 1
Views: 10120

Silent Printing

Hi, I just downloaded your CADImport.net library yesterday and I've been trying to us it to print DWG files in the background. We are doing this so we can stream line our processes internally and have our paperwork printed pre-grouped. My first attempt at doing this was using the following code: CAD...