Cuminas DjVu SDK for .NET Framework
GetActivationScheme Method



One of the Feature Enumeration values to specify the feature.
Gets the activation scheme for the specified feature of this application.
Syntax
Public Shared Function GetActivationScheme( _
   ByVal inFeature As Feature _
) As ActivationScheme
Dim inFeature As Feature
Dim value As ActivationScheme
 
value = LicenseManager.GetActivationScheme(inFeature)
public static ActivationScheme GetActivationScheme( 
   Feature inFeature
)
public:
static ActivationScheme GetActivationScheme( 
   Feature inFeature
) 

Parameters

inFeature
One of the Feature Enumeration values to specify the feature.

Return Value

Activation shcme for the featrure.
Remarks
You should set LicenseScript Property before gets the status of your application; otherwise you may get the information of the default status (developer license).
Requirements

Target Platforms: Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

Reference

LicenseManager Class
LicenseManager Members
Cuminas License System

Send Feedback