如何使用c#打印flowlayoutpanel的所有图像
任何人都可以帮助我使用 c#(Visual Studio .NET 2005 或 2008)打印 flowlayoutpanel 中的所有 10 个图像,
我不知道如何执行此操作?
Can anyone help me to print all 10 images which are in a flowlayoutpanel using c# (Visual Studio .NET 2005 or 2008)
I do not have any idea how to do this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您询问 WinForms FlowLayoutPanel 并且您正在使用 PictureBox-es 来显示图像,那么您可以尝试如下操作:
请记住,您可能需要验证 FlowLayoutPanel 中的控件类型、在开始打印之前验证图像计数、缩放图像等其他的东西。
If you asking about WinForms FlowLayoutPanel and you are using PictureBox-es to display images, then you can try something like this:
Keep in mind that you might need to verify control types in FlowLayoutPanel, verify images count before starting printing, scale images and some other stuff.