Table of Contents

Class BarcodeDetectionOptions

Namespace
NAPS2.Scan
Assembly
NAPS2.Sdk.dll

Options for detecting barcodes using ZXing.

public class BarcodeDetectionOptions
Inheritance
BarcodeDetectionOptions

Properties

DetectBarcodes

public bool DetectBarcodes { get; set; }

Property Value

bool

PatchTOnly

public bool PatchTOnly { get; set; }

Property Value

bool

ZXingOptions

public DecodingOptions? ZXingOptions { get; set; }

Property Value

DecodingOptions?