[Visual Basic] Public WriteOnly Property BitDepthReduction As Newtone.ImageKit.WPF.ScanBitDepthReduction
[C#] public Newtone.ImageKit.WPF.ScanBitDepthReduction BitDepthReduction {set;}
プロパティ値
ScanBitDepthReduction 列挙体のメンバを指定します。
解説
UserInterface プロパティが Suppress 、PixelType プロパティが BW の場合に有効です。 ただし、デジタルカメラからの取り込みの場合は無効です。 BitDepthReduction プロパティが Threshold の場合は Threshold プロパティ(データソースによっては Brightness プロパティ)が有効となり、Halftone の場合は Halftone, Brightness, Contrast プロパティが有効です。 データソースがサポートしている値は GetCapabilityEnumToSingle メソッドで取得できます。仮にデータソースが BitDepthReduction の機能をサポートしていなくても、Threshold もしくは Halftone のどちらかをサポートしている場合は、このプロパティに Threshold もしくは Halftone を設定してください。
参照
Scan メンバ | Newtone.ImageKit.WPF.ImageKit