BoldSignEasily embed eSignatures in your .NET applications. Free sandbox with native SDK available.
I think it has something to do with how I set the page size. I'm a bit confused with the unit used in the size settings. Is it in points or pixels? I think the page is automatically rotated if the page size settings do not fit the label size settings of the printer. |
We need more details about the page size you mentioned. Please let us know whether you mentioned our PdfViewerControl.PrinterSettings.PageSize or Microsoft PrintDocument.DefaultPageSettings.PaperSize API. So that, it will be helpful for us to analyze on this and provide you more details. |
Also although this is just a trivial issue, the print status dialog still is showing even though the ShowPrintStatusDialog is set to false, even with your sample. I was able to only hide the status dialog by changing the PrintController to StandardPrintController. |
The ShowPrintStatusDialog hides the PrintStatusDialog when we use the PdfViewerControl Print methods. Please find the workable sample from below link,
The PdfViewerControl.PrintDocument exposed for customize the print in sample level. So, if we use the PdfViewerControl.PrintDocument.Print method in sample level, then we need to handle the PrintStatusDialog hiding operation in sample level as you mentioned and this is the behavior.
|