Table of Contents

Enum PdfEncryptionKeySize

Namespace
Spire.Xls.Pdf.Security
Assembly
Spire.XLS.dll

Specifies length of the encryption key for encryption.

public enum PdfEncryptionKeySize

Fields

Key128Bit = 2

The key is 128 bit long.

Key256Bit = 3

The key is 256 bit long.

Key40Bit = 1

The key is 40 bit long.