标签: c# printing spool
我想在Windows上阅读打印机假脱机文件。我暂停了这项工作,但我仍然获得了访问被拒绝(正在使用中的文件)异常。成功取决于阅读方法吗?我试过了
bytes[] = File.ReadAllBytes(spoolfilepath);
和
FileStream fis = new FileStream(aspoolfilepath, FileMode.Open, FileAccess.Read
两者都产生IOException。