PdfEncryptionInfo Class

PdfEncryptionInfo class

Contains details for a pdf encryption.

public class PdfEncryptionInfo

Constructors

NameDescription
PdfEncryptionInfo(String, String, PdfPermissions, PdfEncryptionAlgorithm)Initializes a new instance of the PdfEncryptionInfo class.

Properties

NameDescription
[getEncryptionAlgorithm]
[setEncryptionAlgorithm] Gets or sets the encryption mode.
[getOwnerPassword]
[setOwnerPassword] Gets or sets the Owner password.
[getPermissions]
[setPermissions] Gets or sets the permissions.
[getUserPassword]
[setUserPassword] Gets or sets the User password.

See Also