ImageGear for .NET
ImGearLicense Class
Members  Example  See Also  Send Feedback
ImageGear21.Core Assembly > ImageGear.Core Namespace : ImGearLicense Class




Glossary Item Box

Manages licensing data (i.e., license type and key).

Object Model

ImGearLicense Class

Syntax

 
Visual Basic
C#
Managed Extensions for C++
C++/CLI
 
 

Example

C#Copy Code
// 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...");
Visual BasicCopy Code
'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

©2013. Accusoft Corporation. All Rights Reserved.