ComponentOne ReportViewer for ASP.NET Web Forms
C1.C1Report.4 Assembly / C1.C1Preview.Export Namespace / PdfSecurity Class / UserPassword Property

In This Topic
    UserPassword Property (PdfSecurity)
    In This Topic
    Gets or sets the password required to open the PDF document.
    Syntax
    'Declaration
     
    Public Property UserPassword As System.String
    public System.string UserPassword {get; set;}
    See Also