This topic and its replies were posted before the current version of LEADTOOLS was released and may no longer be applicable.
#1
Posted
:
Wednesday, May 23, 2007 9:45:04 AM(UTC)
Groups: Registered
Posts: 2
Hi,
I bought the LeadTools Document Imaging Suite V15. They sent me 2 keys to unlock DOCUMENT and OCR.
I use the VB.NET libraries in my Windows Service application.
But I can't find the "Unlock" method anywhere. I don't know how to use that. Can anyone help me?
Thanks.
#2
Posted
:
Thursday, May 24, 2007 12:36:16 AM(UTC)
Groups: Registered, Tech Support
Posts: 1,326
Was thanked: 1 time(s) in 1 post(s)
Hello,
If you are using LEADTOOLS v15 with LEADTOOLS .Net programming interface, you can unlock the OCR and Document features by using the RasterSupport.Unlock as follows:
------------------------------------
RasterSupport.Unlock(RasterSupportType.Document, "Document_key")
RasterSupport.Unlock(RasterSupportType.Ocr, "OCR_key")
------------------------------------
Thanks,
Maen Badwan
LEADTOOLS Technical Support
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.