public void CaptureImage(string path) { Image img = Doc.CaptureImage(); //string path = "c:\\qq"+s+".bmp"; img.Save(path); }