PdfEncryptionDetails

PdfEncryptionDetails class

Bevat details voor een pdf-encryptie.

public class PdfEncryptionDetails

Constructeurs

Naam Beschrijving
PdfEncryptionDetails(string, string, PdfEncryptionAlgorithm) Ctor.

Eigenschappen

Naam Beschrijving
EncryptionAlgorithm { get; set; } Haalt de coderingsmodus op of stelt deze in.
OwnerPassword { get; set; } Krijgt of stelt het wachtwoord van de eigenaar in.
Permissions { get; set; } Krijgt of stelt de machtigingen in.
UserPassword { get; set; } Krijgt of stelt het gebruikerswachtwoord in.

Zie ook