打印机
app.PrinterList[index]
将可用的打印机与打印机信息关联起来。
要请求打印机列表,您必须首先打开一个文档,否则会返回错误。
Printer.name
Section titled “Printer.name”app.printerList[index].name
打印机的名称。
字符串
Printer.printerInfo
Section titled “Printer.printerInfo”app.printerList[index].printerInfo
打印机信息。
Printer.typename
Section titled “Printer.typename”app.printerList[index].typename
对象的类名。
字符串;只读。