threshold

書式

tracingOptionsObject.threshold

説明

トレースオプションの白黒値に変換する際のしきい値を示します。値は0〜255までの範囲になります。
var obj=app.activeDocument.pluginItems[0].tracing.tracingOptions;
alert(obj.threshold);

目次に戻る