跳转到内容

打印机

app.PrinterList[index]

将可用的打印机与打印机信息关联起来。

要请求打印机列表,您必须首先打开一个文档,否则会返回错误。


app.printerList[index].name

打印机的名称。

字符串


app.printerList[index].printerInfo

打印机信息。

PrinterInfo


app.printerList[index].typename

对象的类名。

字符串;只读。