PDF .NET Library Documentation - PDF Technologies, Inc.
Specifies the available key sizes when encrypting a pdf document.

Namespace:  PDFTech
Assembly:  PDFTechLib (in PDFTechLib.dll) Version: 1.0.0.0 (1.7.9.0)

Syntax

C#
public enum EncryptionKeySize
Visual Basic (Declaration)
Public Enumeration EncryptionKeySize
Visual C++
public enum class EncryptionKeySize

Members

Member nameDescription
Use40BitKey
A 40 bit encryption key will be used to encrypt the pdf document.
Use128BitKey
A 128 bit encryption key will be used to encrypt the pdf document.

See Also