I use ImageEnView1.PdfViewer.Print(False) to print a PDF file.
Is there anyway to set the Printer Title (Document Name) so if a series of print jobs are sent to the printer the user can see which documents are still in the queue? Currently the Document Name shows PdfViewer for each print job.
Although there is nothing wrong with setting Printer.Title, take a look at the docs for PdfViewer.Print (https://www.imageen.com/help/index.php?topic=TIEPdfViewer.Print&m=10). It appears the second parameter, TaskName, will set the document name for the print job. I say appears because I just looked at the documentation. I have not tested PdfViewer.Print.
Not sure how I missed that as I was looking at that very topic this morning. Must have been distracted and side tracked this morning by a call from the office. Guess I was scanning for DocumentName instead of TaskName.