ActiveReports 18 .NET Edition
MESCIUS.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;}
    Remarks
    This property is now obsolete. '256-bit AES' encryption is now used by default.
    See Also