| 
PdfSecurity
UserPassword Property
  | 
 Gets the user password.
 Namespace:
 Spire.Doc
 Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
 Syntax
Syntax
 
 
public string UserPassword { get; }
 
Public ReadOnly Property UserPassword As String
	Get
 
public:
property String^ UserPassword {
	String^ get ();
}
 
member UserPassword : string with get
 
 
 
Property Value
 
 Type:
 
String
 
 
 See Also
See Also