UnlockKey
Description
Unlocks the library. The library must be unlocked using a registration key before it can be used.
For 4.x and 5.x versions of the library the license key is a 32-character hex string.
For 7.x and later the license key is a shorter alphanumeric string.
If you have an upgrade license key you need to also supply your old key in the form:
NewKey + "-" + OldKey (new key, followed by a dash, followed by your old key)
Syntax
Delphi
function TQuickPDF0813.UnlockKey(LicenseKey: WideString): Integer;
ActiveX
Function QuickPDF0813.PDFLibrary::UnlockKey(LicenseKey As String) As Long
DLL
int QuickPDFUnlockKey(int InstanceID, wchar_t * LicenseKey)
Parameters
| LicenseKey | The registration key |
Return values
| 0 | The library could not be unlocked |
| 1 | The library was unlocked successfully |