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

In This Topic
    UserPassword Property (PdfExportOptions)
    In This Topic
    Specifies the PDF User's password when using the PDF Viewer type and the Encrypt property is set to true.
    Syntax
    'Declaration
     
    Public Property UserPassword As String
    public string UserPassword {get; set;}
    See Also