If the roll has become loose from its core, it will not feed correctly and the printer will not load the paper. If possible, tighten the paper to its core or load a new roll. Additional support options Try one of our automated tools or diagnostics ...
("The printer is offline. Have user put it online with printer front panel."); }if(theJob.IsPaperOut) { Console.WriteLine("The printer is out of paper of the size required by the job. Have user add paper."); }if(theJob.IsPaused || theJob.HostingPrintQueue.IsPaused) { Handle...
取得印表機紙張是否接近日誌印表機站的結尾。 請注意,如果印表機上沒有對應的感應器,這可能會擲回例外狀況。 請參閱JournalPrinterCapabilities以確認感應器的可用性。 C# publicboolIsPaperNearEnd {get; } 屬性值 Boolean 如果紙張接近結尾,則為 True;否則為 false。
printer tray is empty .add paper 选择语言:从中文简体中文翻译英语日语韩语俄语德语法语阿拉伯文西班牙语葡萄牙语意大利语荷兰语瑞典语希腊语捷克语丹麦语匈牙利语希伯来语波斯语挪威语乌尔都语罗马尼亚语土耳其语波兰语到中文简体中文翻译英语日语韩语俄语德语法语阿拉伯文西班牙语葡萄牙语意大利语荷兰语瑞典语希腊语捷克语...
// Check for possible trouble states of a printer using its properties internal static void SpotTroubleUsingProperties(ref String statusReport, PrintQueue pq) { if (pq.HasPaperProblem) { statusReport = statusReport + "Has a paper problem. "; } if (!(pq.HasToner)) { statusReport = st...
When you try to use your printer, your printer may be configured to use an incorrect paper size. For example, your printer may be configured to use A4 size paper instead of letter size paper, even though you may have previously configured your printer to use letter ...
Gently remove any jammed paper or bits of torn paper from the rollers inside the printer. Use both hands to pull any whole sheets of paper to avoid tearing them. 注意: Your printer might look slightly different than the one pictured, but the steps are the same. ...
JournalPrinterCapabilities 屬性 C# 閱讀英文版本 儲存 新增至集合 新增至計劃 分享方式: Facebookx.comLinkedIn電子郵件 列印 參考 意見反應 定義 命名空間: Windows.Devices.PointOfService 編輯 取得日誌印表機站是否有紙張不足的感應器。 C# publicboolIsPaperEmptySensorSupported {get; } ...
A printer can say there is a paper jam when there is no paper stuck if there is dust, debris, paper fiber, etc on the paper rollers. Another reason would be a technical issue with the paper tray. Also, if ink or dust has accumulated on the image sensor, the scanner will stop and ...
以下示例演示如何在调查所有打印机中将此属性用作可能的错误状态的一部分。 C# 复制 // Check for possible trouble states of a printer using its properties internal static void SpotTroubleUsingProperties(ref String statusReport, PrintQueue pq) { if (pq.HasPaperProblem) { statusReport = st...