Aurigma Image Uploader 6.5 Dual
ImageUploader..::.LicenseKey Property
License key which allows evaluating, developing, or publishing Image Uploader according to the license key type (trial, development, or full).
Namespace:
Aurigma.ImageUploader
Assembly:
Aurigma.ImageUploader (in Aurigma.ImageUploader.dll)
Syntax
Visual Basic
Public Property LicenseKey As String
C#
public string LicenseKey { get; set; }
Property Value
A string value containing a valid license key.
If it is necessary to specify several license keys (e.g. if you use ActiveX + Java or purchased several licenses) just separate them with semicolons.
Default value is "".
Remarks
Image Uploader always works as a full version for localhost domain (regardless to the license key).
This property corresponds to LicenseKey client-side property.
Examples
ASP.NET
<cc1:ImageUploader ID="ImageUploader1" runat="server"
height="400" width="600"
LicenseKey="XXXXX-XXXXX-XXXXX-XXXXX-XXXXX;YYYYY-YYYYY-YYYYY-YYYYY-YYYYY">
</cc1:ImageUploader>