需要帮助。我不知道如何使用PrinterStateReason
来提供打印机。我们可以通过这种方式拨打PrinterStateReason
PrinterStateReason pr =PrinterStateReason.OUTPUT_AREA_FULL;
但是我想通过PrinterStateReason
检查授予打印机的状态吗?
示例:
PrintService[] pservices =PrintServiceLookup.lookupPrintServices(null, null);
log.info("Printer Attrbute"+ pservices .getAttributes().toArray());
这将列出给定网络中可用的所有打印件。我不知道如何以同样的方式使用PrinterStateReason
?