Environment:
AutoCAD 2013
VS 2010, VB.net 4.0
I'm trying to create a multi page pdf with all layouts and all code exapmles I find are based on Autodesk.AutoCAD.PlottingServices (I assume, DsdEntryCollection, DsdData, ... are defined there?)
But in my project, Autodesk.AutoCAD.PlottingServices is undefined.
I tried referencing the applications acmgd.dll as well as the one from ObjectARX 2013 but PlottingServices never is available.
Am I missing something?