| HotPDF Delphi PDF Component Developer Guide | ![]()  | 
    |
| 
         
 THotPDF.CryptKeyLength 
  | 
      Top Previous Next | 
| 
         Determines PDF file encryption method. 
 type THPDFKeyType = ( k40, k128 ); 
 Delphi syntax: property CryptKeyLength: THPDFKeyType; 
 C++ syntax: __property THPDFKeyType CryptKeyLength; 
 Description Use CryptKeyLength to determine encoding algorithm. 
 Value Meaning k40 40 bit encoding. k128 128 bit encoding. 
 Code Example
 See also: ActivateProtection, OwnerPassword, ProtectOptions, UserPassword 
  | 
    
| Copyright©2007-2025 losLab.com |