I am having trouble in either plotting to file or plotting to a device, generally. The problem occurs on the actual line of code where I try to plot the drawing. It throws a "Invalid procedure call or argument" and bombs out. This occurs after having created a suitable PlotConfiguration object and setting it's various parameters. My guess would be that I'm leaving out some parameter which must be set in order for the plot to work, so my question is, what are the absolutely necessary properties of a plot configuration that must be set in order for the drawing to plot properly? Thanks in advance.