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

In This Topic
    Permissions Property (PdfExportOptions)
    In This Topic
    Specifies the PDF permissions when using the PDF Viewer type and the Encrypt property is set to true.
    Syntax
    'Declaration
     
    Public Property Permissions As PdfPermissions
    public PdfPermissions Permissions {get; set;}
    See Also