LEADTOOLS (Leadtools assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
Unlock Method
See Also 
Leadtools Namespace > RasterSupport Class : Unlock Method



support
Support type
key
key string
support
Support type
key
key string
Unlocks support for an optional feature, such as LEADTOOLS Document/Medical capabilities. Supported in Silverlight, Windows Phone 7

Syntax

Visual Basic (Declaration) 
Public Shared Sub Unlock( _
   ByVal support As RasterSupportType, _
   ByVal key As String _
) 
Visual Basic (Usage)Copy Code
Dim support As RasterSupportType
Dim key As String
 
RasterSupport.Unlock(support, key)
C# 
public static void Unlock( 
   RasterSupportType support,
   string key
)
C++/CLI 
public:
static void Unlock( 
   RasterSupportType support,
   String^ key
) 

Parameters

support
Support type
key
key string

Example

For an example, refer to RasterSupport.

Remarks

For more information, refer to Unlocking Special LEAD Features and A Special Note about Loading 12 and 16 Bit Grayscale Images.

For information about LEADTOOLS Document/Medical capabilities, contact LEAD.

Requirements

Target Platforms: Silverlight, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only), Windows Phone 7

See Also