PDF .NET Library Documentation - PDF Technologies, Inc.
Assembly: PDFTechLib (in PDFTechLib.dll) Version: 1.0.0.0 (1.7.9.0)
Specifies the available key sizes when encrypting a pdf document.
Namespace:
PDFTechAssembly: 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 name | Description | |
|---|---|---|
| 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.
|