Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
20
PDF Encryption in Infragictics.Documents
posted

I am currently using the Release 16.2 and PDF and get the message that PDF-encryption is not supported in this release.

Is it supported in the current release 20.2 ?

#Region "Encryption"
        Private Sub Encryption_Click(ByVal sender As Object, ByVal e As EventArgs) Handles Encryption.Click
            ' Encryption is not supported in this release
            '
            'SetupReportInfo("Report with Encryption")

            '' Setup Encryption
            'report.Preferences.PDF.Encryptor.Password.User = "test"
            'report.Preferences.PDF.Encryptor.Password.Owner = "infragistics"

            'report.Preferences.PDF.Encryptor.Permissions.Add = False
            'report.Preferences.PDF.Encryptor.Permissions.Copy = False
            'report.Preferences.PDF.Encryptor.Permissions.Modify = False
            'report.Preferences.PDF.Encryptor.Permissions.Print = True

            'AddContentToReport("This document is encrypted.")

            'PublishReport()
            'OpenReport()
        End Sub
#End Region

Thank you and best regards

Parents
No Data
Reply
  • 7375
    Offline posted

    Hello Gerald,

    Unfortunately due to pending government approval regarding export limitations, encryption-related functionality still not supported with V20.2.

    Regards,

Children
No Data