EncryptWithFingerprint
Description
Encrypts the selected document using the encryption "fingerprint" obtained from another document using the GetEncryptionFingerprint function. The selected document will be encrypted with the same owner and user passwords as the document the fingerprint was taken from.
Syntax
Delphi
function TQuickPDF0813.EncryptWithFingerprint(Fingerprint: WideString): Integer;
ActiveX
Function QuickPDF0813.PDFLibrary::EncryptWithFingerprint(
Fingerprint As String) As Long
DLL
int QuickPDFEncryptWithFingerprint(int InstanceID, wchar_t * Fingerprint)
Parameters
| Fingerprint | A fingerprint returned by the GetEncryptionFingerprint function |
Return values
| 0 | The fingerprint was invalid or the document was already encrypted |
| 1 | The document was successfully encrypted using the supplied fingerprint |