Unlocking ePrint 5 API Support

image\sqrblit.gif If you have not purchased a copy of LEADTOOLS ePrint 5 API but wish to evaluate it, you must unlock the Evaluation ePrint APIs.

image\sqrblit.gif Before programming with the LEADTOOLS ePrint 5 API, you must unlock the Basic or OEM level of ePrint support.

Unlocking Evaluation ePrint APIs

image\sqrblit.gif If you have not purchased a copy of LEADTOOLS ePrint 5 API but wish to evaluate it, you must unlock the Evaluation ePrint APIs by passing the EPN_SUPPORT_EVAL value for the uSupportType parameter and pass an empty string for the pszKey parameter.

image\sqrblit.gif Unlocking the Evaluation ePrint API allows you to use all the ePrint APIsduring the evaluation period. The evaluation period lasts for 30 days.

Unlocking Basic ePrint Support

image\sqrblit.gif To determine whether ePrint support is locked, call the L_EpnIsSupportLocked function.

image\sqrblit.gif To unlock ePrint support, call the L_EpnUnlockSupport function and pass the key that you received when you purchased the product for the pszKey parameter. The L_EpnUnlockSupport function unlocks and supports the Basic and OEM functionality features.

Unlocking OEM ePrint Support

image\sqrblit.gif To determine whether OEM ePrint support is locked, call the L_EpnIsOEMPrinterLocked function.

image\sqrblit.gif To unlock the OEM ePrint printer to enable any application to print directly to it, call the L_EpnUnlockOEMPrinter function.

image\sqrblit.gif For more information on locking and unlocking the OEM ePrint Printer, refer to:

Locking and Unlocking ePrint API OEM Printers.