Saves specified image to the file print.png
procedure PrintImage(aImage: TCSImage);
LoadURI('http://www.google.com/recaptcha/learnmore'); //Get the captcha image var image:=GetImage(0,['src'],['google.com/recaptcha/']); PrintElement(image);