|  | 
| PdfSecurityOptionsUserPassword Property  | 
 Gets or sets the user password. 
 
    Namespace: 
   SelectPdf
    Assembly:
   Select.Pdf (in Select.Pdf.dll) Version: 24.1
 Syntax
Syntaxpublic string UserPassword { get; set; }Public Property UserPassword As String
	Get
	Set
Property Value
Type: 
String Remarks
Remarks
            This password is required to open the pdf document. 
            
 See Also
See Also