MonobjcMonobjc Documented Class Library
kCGPDFContextEncryptionKeyLength Field
NamespacesMonobjc.ApplicationServicesCGPDFContextkCGPDFContextEncryptionKeyLength

The encryption key length in bits; see Table 3.18 "Entries common to all encryption dictionaries", PDF Reference: Adobe PDF version 1.5 (4th ed.) for more information. Optional; if present, the value of this key must be a CFNumber object with value which is a multiple of 8 between 40 and 128, inclusive. If this key is absent or invalid, the encryption key length defaults to 40 bits.

Declared in CGPDFContext.h.

Available in Mac OS X v10.5 and later.

Declaration Syntax
C#Visual BasicVisual C++
public static readonly NSString kCGPDFContextEncryptionKeyLength
Public Shared ReadOnly kCGPDFContextEncryptionKeyLength As NSString
public:
static initonly NSString^ kCGPDFContextEncryptionKeyLength
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.AppKit (Module: Monobjc.AppKit)