COM Interface in version 4.0.2 and 4.0.3 vs 3.5.1

Did you change something in COM inteface in version 4.0.2 and 4.0.3
this code work in 3.5.1 but now doesn't work...
printJob.SetProfileSetting("Stamping.Enabled", "true");
printJob.SetProfileSetting("Stamping.StampText", "test");
printJob.SetProfileSetting("Stamping.FontAsOutline", "true");
printJob.SetProfileSetting("Stamping.FontOutlineWidth", "5");
printJob.SetProfileSetting("Stamping.PostScriptFontName", "Arial");
printJob.SetProfileSetting("Stamping.FontSize", "24");

thx

Hi,

there shouldn't be any breaking changes, what error message do you get / which setting is no longer working?

Best regards

Robin

I found difference. You no longer support ".PostScriptFontName" now only "FontName" use insted