ComponentOne PDF for .NET
C1.C1Pdf 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 String
    public string UserPassword {get; set;}
    See Also