Autosave via COM automation not working

Hello all,

as many others users, I notice that autosave options does not work if setted via COM automation. The following commands

.cOption("UseAutosave") = 1
.cOption("UseAutosaveDirectory") = 1
.cOption("AutosaveDirectory") = [path]
.cOption("AutosaveFilename") = [filename]

does not affect PDFCreator instance, that keeps printing with the settings defined in the options, even if a "get" of "UseAutosave" & co. returns the new (and correct) values.

Any news on when will it be fixed?

Thanks