CreateLibrary
Version history
This function was introduced in Quick PDF Library version 7.11.
Description
Call this function to create an instance of Quick PDF Library in the DLL. The value returned is used as the InstanceID parameter of all the other functions.
Call the ReleaseLibrary function to free the the instance when you are finished with it.
Syntax
Delphi
This function is not available in the Delphi edition
ActiveX
This function is not available in the ActiveX edition
DLL
int QuickPDFCreateLibrary()
Return values
| 0 | An instance of Quick PDF Library could not be created |
| Non-zero | An InstanceID value that can be used with other functions |