ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Export.Pdf Assembly / GrapeCity.ActiveReports.Export.Pdf.Page Namespace / Settings Class / Permissions Property

In This Topic
    Permissions Property (Settings)
    In This Topic
    Gets or sets the the user permissions for the document. The PdfPermissions values can be combined using a bitwise OR combination.
    Syntax
    'Declaration
     
    Public Property Permissions As PdfPermissions
    public PdfPermissions Permissions {get; set;}
    Remarks
    By default all permissions are set/allowed.
    See Also