Leadtools.CF Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.6.15
Unlock Method
See Also 
Leadtools Namespace > RasterSupport Class : Unlock Method



support
An RasterSupportType enum that represents the support type to unlock.
key
key string
support
An RasterSupportType enum that represents the support type to unlock.
key
key string
Unlocks support for an optional feature such as JPEG 2000 support.

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
An RasterSupportType enum that represents the support type to unlock.
key
key string

Remarks

For more information, refer to Unlocking Advanced Features.

Requirements

Target Platforms: Microsoft .NET CF Framework 2.0, Windows Mobile 5 PocketPC, Windows Mobile 5 Smartphone, Windows Mobile 6

See Also