Available in the LEADTOOLS Imaging toolkit.
UnlockSupport Example for Visual Basic
Dim RasterTwain As New LEADRasterTwain_U If RasterTwain.IsSupportLocked(L_SUPPORT_DOCUMENT) Then RasterTwain.UnlockSupport L_SUPPORT_DOCUMENT, "TestKey" End If