PdfEncryptionDetails

PdfEncryptionDetails constructor. Initializes an instance of this class.

PdfEncryptionDetails(string, string)

Initializes an instance of this class.

public PdfEncryptionDetails(string userPassword, string ownerPassword)

See Also


PdfEncryptionDetails(string, string, PdfPermissions)

Initializes an instance of this class.

public PdfEncryptionDetails(string userPassword, string ownerPassword, PdfPermissions permissions)

See Also