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

Discuss and ask questions about CAD .NET library.

Moderators: SDS, support, admin

Post Reply
apdc
Posts: 12
Joined: 28 Jan 2012, 02:32

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

Post by apdc » 10 Feb 2012, 04:09

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.

support
Posts: 3272
Joined: 30 Mar 2005, 11:36
Contact:

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

Post by support » 13 Feb 2012, 19:22

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.
Technical Support E-mail: support@cadsofttools.com
Chat support on Skype: cadsofttools.support

apdc
Posts: 12
Joined: 28 Jan 2012, 02:32

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

Post by apdc » 15 Feb 2012, 03:59

Thanks. I'll try this.

Post Reply