我正在开发winform应用程序。我的“C:\temp”驱动器中存储了 5-6 个不同的图像。现在我想检索所有图像并一起打印。为此,我在 c# 中尝试了以下代码
objPrintImage = Image.FromFile("C:/temp");
objDimension = new FrameDimension(new System.Guid());
PrintDocument objPrintDoc = new PrintDocument();
objPrintDoc.PrintPage += new PrintPageEventHandler(this.objPrintDoc_PrintPage);
if (objPrintDoc.PrinterSettings.IsValid)
{
objPrintDoc.Print();
}
但我只在第一行出错。错误说:
路径中的非法字符