Purchasing The Control

To obtain the registration code you must purchase the control. You can purchase it online by clicking here.

Registering The Control

Once you have purchased the control you will be sent an email containing a registration name and a registration code. Add the following lines to the configuration section of your Web.Config file to register it for your project:

<appSettings>
<add key="ImageCropper Registration Name" value="[Registration Name]"/>
<add key="ImageCropper License Type" value="[License Type]"/>
<add key="ImageCropper Registration Code" value="[Registration Code]""/>
</appSettings>
			

Note   since your Web.Config file can only have one appSettings section, if you already have an existing appSettings section you should add the three key values to it instead.