ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Web Assembly / GrapeCity.ActiveReports.Web.ExportOptions Namespace / PdfExportOptions Class / Use128Bit Property

In This Topic
    Use128Bit Property (PdfExportOptions)
    In This Topic
    Specifies if the export should use 128Bit encryption when using the PDF Viewer type and the Encrypt property is set to true.
    Syntax
    'Declaration
     
    Public Property Use128Bit As Boolean
    public bool Use128Bit {get; set;}
    See Also