HighPerformance

QualitySettings.HighPerformance property

高性能認識品質のプリセット。このモードでは、高品質のバーコードがよく認識されます。

using (BarCodeReader reader = new BarCodeReader(@"c:\test.png"))
    reader.QualitySettings = QualitySettings.HighPerformance;
public static QualitySettings HighPerformance { get; }

プロパティ値

高性能認識品質プリセット.

関連項目