com.spire.doc
Enum PdfEncryptionKeySize

java.lang.Object
  extended by java.lang.Enum<PdfEncryptionKeySize>
      extended by com.spire.doc.PdfEncryptionKeySize
All Implemented Interfaces:
java.lang.Comparable<PdfEncryptionKeySize>

public enum PdfEncryptionKeySize
extends java.lang.Enum<PdfEncryptionKeySize>


Enum Constant Summary
Key_128_Bit
           
Key_256_Bit
           
Key_40_Bit
           
 
Method Summary
 int getValue()
           
 

Enum Constant Detail

Key_40_Bit

public static final PdfEncryptionKeySize Key_40_Bit

Key_128_Bit

public static final PdfEncryptionKeySize Key_128_Bit

Key_256_Bit

public static final PdfEncryptionKeySize Key_256_Bit
Method Detail

getValue

public int getValue()