Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试打印面板内容。内容包含一些文本和图像。 文本打印正确,但图像未打印。我正在使用以下代码:
PrintHelper.PrintWebControl(Panel1);
在打印预览图像中没有显示,也没有打印,其余工作正常。