printerInfo

書式

printerObject.printerInfo

説明

PrinterオブジェクトのPrinterInfoオブジェクトを示します。
var text=app.printerList[1].printerInfo;
alert(text);

目次に戻る