PdfSecurity
UserPassword Property
|
Gets the user password.
Namespace:
Spire.Pdf.Security
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
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