ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Export.Pdf Assembly / GrapeCity.ActiveReports.Export.Pdf.Page Namespace / Settings Class / Use128Bit Property

In This Topic
    Use128Bit Property (Settings)
    In This Topic
    True to use 128 bit encryption with full permissions capability. False to use 40 bit encryption with limited permissions. The PdfPermissions.AllowFillIn, PdfPermissions.AllowAccessibleReaders, and PdfPermissions.AllowAssembly permissions require this value to be true.
    Syntax
    'Declaration
     
    Public Property Use128Bit As Boolean
    public bool Use128Bit {get; set;}
    See Also