GetEncryptionFingerprint
Document properties, Security and Signatures
Description
Returns all the encryption information for the selected document. This encryption "fingerprint" can be used to encrypt a different document using the EncryptWithFingerprint function. This allows a new document to be encrypted with the same passwords as an existing document without actually knowing these passwords.
Syntax
Delphi
Function TPDFlib.GetEncryptionFingerprint: WideString;
ActiveX
Function PDFlib::GetEncryptionFingerprint() As String
DLL
const wchar_t * DLGetEncryptionFingerprint(int InstanceID);