Packagestimulsoft.report.export.enums
Classpublic class StiPdfEncryptionKeyLength
InheritanceStiPdfEncryptionKeyLength Inheritance Object

Enumeration which sets an encryption key length of the resulting pdf file.



Public Constants
 ConstantDefined By
  Bit128 : int = 1
[static] 128 bit encryption key length.
StiPdfEncryptionKeyLength
  Bit40 : int = 0
[static] 40 bit encryption key length.
StiPdfEncryptionKeyLength
Constant Detail
Bit128Constant
public static const Bit128:int = 1

128 bit encryption key length.

Bit40Constant 
public static const Bit40:int = 0

40 bit encryption key length.