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