Hello
Please kindly advise what will be the behavior of this parameter if set in pdf save options?
PdfSaveOptions.EncryptionDetails = New PdfEncryptionDetails(String.Empty, String.Empty, Words.Saving.PdfPermissions.DisallowAll)
I think should be totally ignored and using the above line has no effect, am I right?
And also:
OoxmlSaveOptions.Password = String.Empty
DocSaveOptions.Password = String.Empty
The same, will have no effect?
Thanks so much