Printing 程序集: System.Printing.dll 获取用于指示打印机或设备是否处于出错状态的值。 C# 复制 public bool IsInError { get; } 属性值 Boolean 如果设备处于出错状态,则为 true;否则为 false。 示例 以下示例演示如何在调查所有打印机中将此属性用作可能的错误状态的一部分。 C# 复制 // Check for ...
The document does not stop in the print queue but the document is not printed. The printer starts, you hear the noise and the end of print sound but the document has not been printed.I hope I explained myself.I remain at your disposal for further clarifications...
print. 【缩写】 =printing queue jumper n. 插队的人,加塞儿的人 queue jump v. 〈英〉插队,加塞儿 queue jumping n. 插队,插檔 queue oriented 【计】 面向队列的 foot print n. 脚印 out of print a. 不再发行的 最新单词 camp ground是什么意思 露营场地 camp fire怎么翻译及发音 营火...
// 指定打印队列或其打印机的状态。 [Flags] public enum PrintQueueStatus { // // 摘要: // 未指定状态。 None = 0, // // 摘要: // 打印队列已暂停。 Paused = 1, // // 摘要: // 由于错误情况,打印机无法打印。 Error = 2, // // 摘要: // 打印队列正在删除打印作业。 PendingDeletion...
PrintQueue.IsNotAvailable 属性 参考 反馈 定义 命名空间: System.Printing 程序集: System.Printing.dll 获取用于指示打印机是否可用的值。 C# 复制 public bool IsNotAvailable { get; } 属性值 Boolean 如果打印机可用,则为 true;否则为 false。 示例 以下示例演示如何在调查所有打印机中将此属...
Printing 程序集: System.Printing.dll 获取用于表示打印机状态的值。 这些状态包括“正在预热”、“正在初始化”、“正在打印”等。 C# 复制 public System.Printing.PrintQueueStatus QueueStatus { get; } 属性值 PrintQueueStatus 当前的 PrintQueueStatus 值。 示例 以下示例演示如何使用此属性作为调查所有...
在错误情况阻止访问或创建 PrintQueue 时引发的异常。C# 复制 public class PrintQueueException : System.Printing.PrintSystemException继承 Object Exception SystemException PrintSystemException PrintQueueException 注解注意 不支持在 System.Printing Windows 服务或 ASP.NET 应用程序或服务中使用命名空间中的类。
public class PrintQueue : System.Printing.PrintSystemObject继承 Object PrintSystemObject PrintQueue 注解对象的某些属性 PrintQueue 表示计算机上运行的打印队列实用工具的特征,但其他属性表示打印机本身的功能或状态。 例如, NumberOfJobs 是打印队列的特征,但 Location 是打印机的属性。 打印机的许多属性(例如是否需...
PrintQueue.IsNotAvailable PropertyReference Feedback DefinitionNamespace: System.Printing Assembly: System.Printing.dll Gets a value that indicates whether the printer is available. C# Copy public bool IsNotAvailable { get; } Property Value Boolean true if the printer is available; otherwise, ...
是指在使用C#编程语言中的PrintQueue类的AddJob方法时,出现了空异常(Null Exception)。具体来说,该异常是由于传递给AddJob方法的printingHandle参数为空引起的。 PrintQueue类是C#中用于管理打印队列的类,它提供了一系列方法和属性来控制打印任务的添加、删除和管理。AddJob方法用于向打印队列中添加打印任务,其中pr...