Class BarcodeDetectionOptions
Options for detecting barcodes using ZXing.
public class BarcodeDetectionOptions
- Inheritance
-
BarcodeDetectionOptions
Properties
DetectBarcodes
public bool DetectBarcodes { get; set; }
Property Value
PatchTOnly
public bool PatchTOnly { get; set; }
Property Value
ZXingOptions
public DecodingOptions? ZXingOptions { get; set; }
Property Value
- DecodingOptions?