PdfSecurity
DecryptUserPassWord Method (String)
|
Decrypt user password.
Namespace:
Spire.Pdf.Security
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public void DecryptUserPassWord(
string ownerPassword
)
Public Sub DecryptUserPassWord (
ownerPassword As String
)
public:
void DecryptUserPassWord(
String^ ownerPassword
)
member DecryptUserPassWord :
ownerPassword : string -> unit
Parameters
-
ownerPassword
-
Type:
System
String
The ownerPassword
See Also