I'm using SW2015, I need to export a drawing to .pdf at 200DPI...does anyone have VBA code snipet that does this? I've tried :
bRet = swModelDocExt.SetUserPreferenceInteger(swUserPreferenceIntegerValue_e.swPDFExportShadedDraftDPI, 0, 200)
....with no success