Cuminas DjVu SDK for .NET Framework
ActivationScheme Enumeration



Specifies the activation scheme for the feature.
Syntax
Public Enum ActivationScheme 
   Inherits System.Enum
Dim instance As ActivationScheme
public enum ActivationScheme : System.Enum 
public enum class ActivationScheme : public System.Enum 
Members
MemberDescription
ByCartridgeInstalled cartridges are consumed when the feature is called. If there are not sufficient cartridges to call the feature, the call fails.
DevelopmentThe feature can be called unlimitedly under development license. The feature stops working after 14 days from the date the binary was built.
DisabledThe feature is disabled.
UnlimitedThe feature can be called unlimitedly. No restriction.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         DjVu.ActivationScheme

Requirements

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

See Also

Reference

DjVu Namespace

Send Feedback