Welcome to LEAD Support Forum Login | Register | Faq  

    LEAD Support Forum
  Resource to find answers and post technical questions about LEAD products.
Search    
   

Re: Evaluation key for Unlocking ePrint
Started by Dabi at 10-16-2008 15:22. Topic has 2 replies.

Print Search « Previous Thread Next Thread »
  10-16-2008, 15:22
Dabi is not online. Last active: 10/16/2008 8:15:47 PM Dabi

Not Ranked
Joined on 10-16-2008
Posts 2
Evaluation key for Unlocking ePrint
Reply Quote
Hi, I am trying to evaluate Eprint v5 before I buy it. I need to convert any doc /image file to a Tiff file. The tutorial mention that I need to unlock ePrint before using it. What is the evaluation key for eprint?
Thanks
Dabi
   Report 
  10-17-2008, 11:00
GregR is not online. Last active: 1/2/2009 9:03:27 AM GregR



Top 10 Posts
Joined on 05-31-2006
In House
Posts 1,811
Re: Evaluation key for Unlocking ePrint
Reply Quote
There is no key for the evaluation, you must pass an empty string.  For more details regarding unlocking support in ePrint, please read the help file article "Unlocking ePrint 5 COM Support".

Greg Ross
LEADTOOLS Technical Support
   Report 
  11-14-2008, 8:53
mahendra is not online. Last active: 11/4/2008 10:45:25 AM mahendra

Top 150 Posts
Joined on 09-30-2008
Posts 19
Re: Evaluation key for Unlocking ePrint
Reply Quote

Hi Dabi 

you can unlock the eval copy by this if you working with visual basic 6.0   

 Dim ePrint1 As EPrint
    Set ePrint1 = New EPrint
    If ePrint1.IsSupportLocked(LPEPCLib.SupportLockConstants.SUPPORT_EVAL) Then
        ePrint1.UnlockSupport LPEPCLib.SupportLockConstants.SUPPORT_EVAL, ""
    End If

Thanks

Mahendtra


   Report 
Post
LEAD Support Fo... » Enduser » ePrint » Re: Evaluation key for Unlocking ePrint

Powered by Community Server, by Telligent Systems