Page 1 of 1

Is it possible to print out a DWG with all layouts?

Posted: 10 Feb 2012, 04:09
by apdc
I was wondering if it is possible to print out a DWG with all the layouts onto one print job? Similar when you Export DWG to a format "CADImport.Export.LayoutsExportOption.All". As in there will be a page for every layout in a DWG.

Let me know if it is possible. Thanks.

Re: Is it possible to print out a DWG with all layouts?

Posted: 13 Feb 2012, 19:22
by support
Hello.
CAD Import .NET doesn't provide a method to print all layouts of a drawing. However such method isn't necessary for library concept. CADImage.CurrentLayout printed, so you can just go over all layouts.

Alexander.

Re: Is it possible to print out a DWG with all layouts?

Posted: 15 Feb 2012, 03:59
by apdc
Thanks. I'll try this.