OnCaptureImage Example for Builder 3.0
void __fastcall TForm1::LEADScr1CaptureImage(TObject *Sender,
int nCurrentPageNumber)
{
/*copy the captured image to a Main Control and save it*/
LEAD1->Bitmap = LEADScr1->Bitmap;
LEAD1->Save("d:\\temp\\test.tif", FILE_TIF, 0, 2, SAVE_APPEND);
}