printing - C# PrintPreviewDialog - How to change a background? -
i have printpreviewdialog. default, document printed being shown on white sheet. possible change background white sheet custom image?
edit
i've figured out - had drawimage on printeddocument.
if check mdsn there back color property. mentioned
this api supports .net framework infrastructure , not intended used directly code.
you can inherit printpreviewdialog, , try changing color property of new class. (i not sure method or work or not)
Comments
Post a Comment