colorProfileMode

書式

PrintFontOptionsObject.colorProfileMode

説明

カラープロファイルモードを示します。以下の値になります。

内容
PrintColorProfile.CUSTOMPROFILEカスタム
PrintColorProfile.OLDSTYLEPROFILEオールドスタイル
PrintColorProfile.PRINTERPROFILEプリンタ
PrintColorProfile.SOURCEPROFILEソース
var opt=new PrintColorManagementOptions();
alert(opt.colorProfileMode);

目次に戻る