Message 1 of 4
Plot Different Paper Sizes to Same Printer ??

Not applicable
02-23-2001
04:38 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I want to create a plot program using VBA in R2000 (Model Space plotting
only) but am having difficulty selecting different paper sizes for the same
printer. One of my available printers is an HP Design Jet ColorPro Cad
network printer. Under Document Defaults, the orientation is portrait.
The paper size is set to ANSI B - 11x17 in. The paper source is Tray 3.
I am having success specifying different printers, but have not been able to
select and print using the paper size ANSI A - 8.5x11 for the HP Design Jet
ColorPro Cad. I am able to plot the 11x17 paper size without problems. The
strange thing is that if do:
ThisDrawing.Plot.DisplayPlotPreview acFullPreview
the preview appears to be using the correct paper size be it 8.5x11 or
11x17. I am also able to print through AutoCad with the correct paper size.
I saw a thread from Michael LaQuire describing a similar problem with R14
This is the code I use to change paper size:
ThisDrawing.ActiveLayout.CanonicalMediaName = "ANSI A - 8 1/2 x 11 in."
How can I print using different paper sizes to the same printer?
Thanks for any help.
Chris
only) but am having difficulty selecting different paper sizes for the same
printer. One of my available printers is an HP Design Jet ColorPro Cad
network printer. Under Document Defaults, the orientation is portrait.
The paper size is set to ANSI B - 11x17 in. The paper source is Tray 3.
I am having success specifying different printers, but have not been able to
select and print using the paper size ANSI A - 8.5x11 for the HP Design Jet
ColorPro Cad. I am able to plot the 11x17 paper size without problems. The
strange thing is that if do:
ThisDrawing.Plot.DisplayPlotPreview acFullPreview
the preview appears to be using the correct paper size be it 8.5x11 or
11x17. I am also able to print through AutoCad with the correct paper size.
I saw a thread from Michael LaQuire describing a similar problem with R14
This is the code I use to change paper size:
ThisDrawing.ActiveLayout.CanonicalMediaName = "ANSI A - 8 1/2 x 11 in."
How can I print using different paper sizes to the same printer?
Thanks for any help.
Chris