Click or drag to resize

PdfPasswordSecurityPolicy Constructor

Initializes a new instance.

Namespace: Spire.Pdf
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public PdfPasswordSecurityPolicy(
	string userPassword,
	string ownerPassword
)

Parameters

userPassword
Type: System String
The user password.
ownerPassword
Type: System String
The owner password.
Remarks
Default encryption algorithm : RC4_128.
See Also