ImageGear .NET v24.14 - Updated
ImGearLicense Class
Members  Example 




ImageGear24.Core Assembly > ImageGear.Core Namespace : ImGearLicense Class
Manages licensing data (i.e., license type and key).
Object Model
ImGearLicense Class
Syntax
'Declaration
 
Public NotInheritable Class ImGearLicense 
'Usage
 
Dim instance As ImGearLicense
public sealed class ImGearLicense 
public __gc __sealed class ImGearLicense 
public ref class ImGearLicense sealed 
Example
// Solution Name, Key, and License Key provided by AccuSoft for your deployment.
ImGearLicense.SetSolutionName("YourSolutionName");
ImGearLicense.SetSolutionKey(12345, 12345, 12345, 12345);
ImGearLicense.SetOEMLicenseKey("2.0.AStringForOEMLicensingContactAccusoftSalesForMoreInformation...");
'Solution Name, Key, and License Key provided by Accusoft for your deployment.
ImGearLicense.SetSolutionName("YourSolutionName")
ImGearLicense.SetSolutionKey(12345, 12345, 12345, 12345)
ImGearLicense.SetOEMLicenseKey("2.0.AStringForOEMLicensingContactAccusoftSalesForMoreInformation...")
Inheritance Hierarchy

System.Object
   ImageGear.Core.ImGearLicense

See Also

Reference

ImGearLicense Members
ImageGear.Core Namespace