Cuminas DjVu SDK for .NET Framework
ActivatedProducts Property



Gets the product IDs of activated products on the machine.
Syntax
Public Shared ReadOnly Property ActivatedProducts As String()
Dim value() As String
 
value = CartridgeManager.ActivatedProducts
public static string[] ActivatedProducts {get;}
public:
static property array<String^>^ ActivatedProducts {
   array<String^>^ get();
}

Property Value

Array of the product IDs.
Example
Enumerating all the product IDs of the installed products
Copy Code
foreach (string prodId in CartridgeManager.ActivatedProducts)
    Console.WriteLine(prodId);
Requirements

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

See Also

Reference

CartridgeManager Class
CartridgeManager Members
Cuminas License System

Send Feedback