Apitron.PDF.Kit library for .NET
Assembly: Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.0)
This encryption level used to encrypt this document.
Namespace: Apitron.PDF.Kit.Security
Assembly: Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.0)
Syntax
Property Value
Type: EncryptionLevelImplements
IDocumentSecurityEncryptionLevelExamples
C#
FixedDocument document = new FixedDocument(); document.SecuritySettings = new StandardSecurity(); document.SecuritySettings.EncryptionLevel = EncryptionLevel.AES_128bit;
See Also