PDA

View Full Version : page setup issue



raymeek
2008-07-31, 10:10 PM
Hello,

I would like to be able to plot a given layout by the use of page setups.

I am unable to get this to work with VBA unless I have a pc3 file. Creating a pc3 fileis not an option for me, since my default directory for these is locked by my admin.

I am trying to use plotconfiguration objects, but can't figure out the syntax...

Can someone give me a snippet of code showing how to plot a layout using a plotconfiguration object?

Thanks,

Ray

raymeek
2008-08-04, 01:24 PM
Hey guys,

Here is the code I found that did what I needed...



oLayout.CopyFrom ThisDrawing.PlotConfigurations.Item("A landscape PDF")


"A landscape PDF" is a page setup I had saved in my drawing file.

RobertB
2008-08-04, 08:00 PM
Thank you for posting your resolution to the issue.