getpapersize

#1
I'm not having any luck either setting or getting the paper size. Does anyone have an example of how to do it correctly. I've tried:

dim x as double
dim y as double
IntelliCAD.PlotManager.SetPaperSize x, y

but, no luck.

#2
garyfulcher,

I recieve an error message when trying both GetPaperSize and SetPaperSize.

"Object doesn't support this action"

It appears that these methods are not supported because they would need an API call to the default Windows printer.

You could try your own API call from within VBA

------------------
Regards
John Finlay