Message 1 of 3
plot orientation

Not applicable
03-18-2004
08:48 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I want to plot a DWG file on PDF printer. To do so I use this istruction:
doc.Plot.PlotToDevice "C:\Programmi\AutoCAD 2000i Ita\Plotters\Acrobat PDFWriter.pc3"
where doc is an Acaddocument.
But I want that the plot is in portrait orientation.
I see that exist a constant: acplotorientationportrait, but what can I do to assign correctly it ?
doc.Plot.PlotToDevice "C:\Programmi\AutoCAD 2000i Ita\Plotters\Acrobat PDFWriter.pc3"
where doc is an Acaddocument.
But I want that the plot is in portrait orientation.
I see that exist a constant: acplotorientationportrait, but what can I do to assign correctly it ?