====== PrintImage ======
Saves specified image to the file print.png
===== Syntax =====
procedure PrintImage(aImage: TCSImage);
==== Parameters ====
* **//aImage//**
* //type:// [[en:wascript:pascal:records:tcsimage|TCSImage]]
* //functions:// image to be saved
===== Notes =====
* Functional is available only when working with [[en:waspace:software:watasktester|WATaskTester]]
===== Examples =====
-LoadURI('http://www.google.com/recaptcha/learnmore');
//Get the captcha image
var image:=GetImage(0,['src'],['google.com/recaptcha/']);
PrintElement(image);