Dynamsoft.Barcode.BarcodeFormat Enumeration

Description

An enumeration that describes all supported barcode formats.

Remarks

The formats can be combined like this: BarcodeFormat.OneD | BarcodeFormat.QR_CODE.

Example

ReaderOptions option = new ReaderOptions();
option.BarcodeFormats = (BarcodeFormat.OneD | BarcodeFormat.QR_CODE | BarcodeFormat.PDF417 |BarcodeFormat.DATAMATRIX);

See Also

.NET > Classes > ReaderOptions > BarcodeFormats
.NET > Classes > ReaderOptions > MaxBarcodesToReadPerPage