开发者

Printing dropshadow and other WPF effects

I am working on a WPF application where the user can print multipage reports. I am using the DocumentPaginator which is working well for the most part. That is until I introduce any sort of effect such as the built in dropshadow or a brightness/contrast effect I have. I am guess开发者_运维百科ing it has something to do with the lack of pixelshader built into printers. Any suggestions for a fix or workaround?


You could render the UI to a bitmap and then print an Image that refers to the bitmap.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜