Unlocking DigitalPaint Features

The LEADTOOLS DigitalPaint Features are included in the LEADTOOLS Digital Paint products. The DigitalPaint features are shipped with the LEADTOOLS products, however they are locked. To use the DigitalPaint functions, LSettings::UnlockSupport must be called with the key found on the Unlock Certificate, included in your product packaging. (

LSettings::UnlockSupport (L_SUPPORT_DIGITALPAINT, "Unlock Certificate key") tells the package to unlock support for the DigitalPaint functions and passes the key for verification.

To determine whether support is locked, call the LSettings::IsSupportLocked method.