Class PdfEncryptionDetails

PdfEncryptionDetails class

Contains details for a pdf encryption.

public class PdfEncryptionDetails

Constructors

NameDescription
PdfEncryptionDetails(string, string, PdfEncryptionAlgorithm)Ctor.

Properties

NameDescription
EncryptionAlgorithm { get; set; }Gets or sets the encryption mode.
OwnerPassword { get; set; }Gets or sets the Owner password.
Permissions { get; set; }Gets or sets the permissions.
UserPassword { get; set; }Gets or sets the User password.

See Also