printdialog
Page-Range-Problem at Printing a Document
i try to print out the content of my editor: PrintDialog pd = new PrintDialog(); pd.PageRangeSelection = PageRangeSelection.AllPages;[详细]
2023-04-05 21:14 分类:问答Printing the content of a DocumentViewer in a different UI thread
In my WPF app, I have particular Window which contains, amongst other controls, a DocumentViewer. When this window is opened and loaded, it dynamically builds a FixedDocument with a progress indicato[详细]
2023-04-03 00:36 分类:问答How can open print dialog box in another thread
If i simply call If PrintDialog1.ShowDialog = DialogResult.OK Then PrintDocument1.Print() End If its working fin开发者_Python百科e but if i use this function in another thread then it will shows er[详细]
2023-03-28 22:10 分类:问答java: set page range for print dialog
I\'m just starting to learn how to print a window in Java/Swing. (edit: just found the Java Printing Guide)[详细]
2023-03-10 10:42 分类:问答printing content of a picturebox
HI all, I have a picture box in my C# WinForms application which is sized 800x800. I want to print the content of this picture box using the following code but it does not do anything at all (just sh[详细]
2023-03-03 08:11 分类:问答How to tell Safari/Firefox to always use the expanded Print Dialog?
Mac Os X has 2 forms for the Print dialog - one collapsed and one expanded. Is there a command that would set Safari and Firefox to always use the expanded print dialog? Everywhere I searched I came t[详细]
2023-02-17 12:10 分类:问答Show Dialog with WebBrowser
I want to show a printer dialog but when I run the following code, it prints right away while the ShowPrinterDialog is open.In other words, it doesn\'t wait for the ShowPrinterDialog to close开发者_高[详细]
2023-02-11 05:03 分类:问答Using an internal network, is it possible to print documents silently?
I have a client that hosts a touch screen kiosk in their lobby. It\'s essentially an internal html website. They want customers to be able to click a link and have a pdf print without seeing a print d[详细]
2023-02-04 05:30 分类:问答AutoScaleMode DPI and the PrintDialog
After enabling our aplication to use AutoScaleMode = DPI we are getting a strange issue when we show the PrintDialog at a DPI greater than 96. After the PrintDialog has been shown the text size on cer[详细]
2023-01-30 02:29 分类:问答wpf simple print dialog page size issue
I\'m creating a simple WPF print dialog box to setup a label printer.I want it to be very simple and so I\'ve choosen not to use the standard WPF printdialog.[详细]
2023-01-10 01:30 分类:问答