Содержание

PrintImage

Saves specified image to the file print.png

Syntax

procedure PrintImage(aImage: TCSImage);

Parameters

Notes

Examples

  1. LoadURI('http://www.google.com/recaptcha/learnmore');
    //Get the captcha image
    var image:=GetImage(0,['src'],['google.com/recaptcha/']);
    PrintElement(image);