ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Web Assembly / GrapeCity.ActiveReports.Web Namespace / PdfExportSettings Class / Encrypt Property

In This Topic
    Encrypt Property (PdfExportSettings)
    In This Topic
    Gets or sets a value indicating whether the PDF document should be encrypted.
    Syntax
    'Declaration
     
    Public Property Encrypt As BoolDefaultExportSetting
    public BoolDefaultExportSetting Encrypt {get; set;}

    Property Value

    A BoolDefaultExportSetting object indicating whether the document should be encrypted.
    See Also