Message 1 of 5
Ploting from Autocad
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello,
I copy - paste the code used for plotting from the
AutoCAD .NET Developer's Guide - Plot from model space - works using as a printer:
acPlSetVdr.SetPlotConfigurationName(acPlSet, "DWF6 ePlot.pc3","ANSI_A_(8.50_x_11.00_Inches)")
but when I change the line with:
acPlSetVdr.SetPlotConfigurationName(acPlSet,"Oce TDS320", "Oce D+ 24x36 in")
it is not working. I have an error at this line.
the Plotter I have is on the network
the name is correct - as shown the Paper name is correct.
see the snapshot of the control panel.
What I am doing wrong here?
Thanks