ActiveReports 19 .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;}

    Property Value

    A System.String value indicating the user's password for the PDF.
    See Also