vb.net - Transparency when Printing a Form in Visual Basic -


i having problem printing form in visual basic. when form sent printer, white background printed gray.

i have tried making background color of form white, transparent, , "window" (under system) on backcolor property.

however, have noticed still happens when printing pdf, printing pdf external program. notice of text appears "pixelated". have tried changing printer settings well, no avail.

esentially, "greyed" part background of printed program. whole piece of paper not greyed out, background of form itself. between pixelation , this, believe may issue quality of output program gives when printing form, whether file or directly printer.

how can edit print code/settings in program avoid this?

edit: wanted see if problem printer, opened form print, used snip tool instead (the screen capture tool built windows). when printed captured image, looked fine. therefore, know issue way visual basic captures form. code provided below:

printform1.printersettings = printdialog1.printersettings printdialog1.dispose() me.refresh() try printform1.print(me, powerpacks.printing.printform.printoption.scrollable)


Comments

Popular posts from this blog

angular - Ionic slides - dynamically add slides before and after -

minify - Minimizing css files -

Add a dynamic header in angular 2 http provider -