Hi all. I need to capture data, sended to printer for each job as an image (or a couple of images - single image for each page). System.Printing .PrintSystemJob Info.JobStream seems to be a good decision but it is always null (maybee it is not supported for all printers but msdn doesn't contains such information). Calling PrintSystemJobI nfo.Refresh() to synchronize with current job state gives nothing. Does anyone have a working example (preferably...