OnCaptureImage event (Screen Control)
Builder Syntax |
void __fastcall LEADScr1CaptureImage(TObject *Sender, int nCurrentCaptureNo) |
Delphi Syntax |
procedure TForm1.LEADScr1CaptureImage(Sender: TObject; nCurrentCaptureNo: Integer); |
Overview |
Refer to Implementing Screen Capture. |
Remarks
Generated after each image is captured, using any of the capture methods.
You can use this event to copy, display, save, or otherwise handle the images that are captured during a multi capture operation.
You can stop a multi capture operation by calling the StopCapture method.
See Also