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 TDebenuPDFLibrary1811.GetEncryptionFingerprint: WideString;
ActiveX
Function DebenuPDFLibrary1811.PDFLibrary::GetEncryptionFingerprint As String
DLL
wchar_t * DPLGetEncryptionFingerprint(int InstanceID)