colorSupport
書式
printerInfoObject
.colorSupport
説明
プリンタがサポートしているカラーモードを示します。以下の表に示す値になります。
値
内容
PrinterColorMode.BLACKANDWHITEPRINTER
白黒プリンタ
PrinterColorMode.GRAYSCALEPRINTER
グレースケール印刷できるプリンタ
PrinterColorMode.COLORPRINTER
カラープリンタ
var info=app.printerList[1].printerInfo; alert(info.colorSupport);
目次に戻る