THotPDF.CryptKeyLength Property
HotPDF Delphi PDF Component Developer Guide loslab Logo

 

THotPDF.CryptKeyLength

THotPDF

 

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.

 

Example

 

See also: ActivateProtection, OwnerPassword, ProtectOptions, UserPassword

 

Copyright©2007-2019 losLab.com