Hi,
OoxmlSaveOptions/DocSaveOptions/XpsSaveOptions DigitalSignatureDetails does not have DigitalSignatureTimestampSettings? Now when signing with Words, and opened in Word 2024, no timestamp is shown!
Also, Windows version is incorrectly set to 6.1, while I run it under Windows 10. How to fix, either based on real Windows version where code runs, or set manually?
And Office/Word version is also set to 12.0, while I tried to set it to Document.BuiltInDocumentProperties.Version = 16 << 16 with no luck!
I think it should update according to .CompatibilityOptions.OptimizeFor(Words.Settings.MsWordVersion.Word2019)?
For all 3 issues, please see the attached snapshot.
Thanks, please also add this:
Primary Monitor is mentioned as 1920x1200, test system running the code to make it is 4k
So 1920x1200 is wrong, note that my app is not dpiaware, but you can get real res anyway.