VintaSoft Barcode .NET SDK 16.0: Documentation for .NET developer
Vintasoft.Barcode Namespace / ReaderSettings Class / ScanBarcodeTypes Property
Syntax Remarks Requirements SeeAlso
In This Topic
ScanBarcodeTypes Property (ReaderSettings)
In This Topic
Gets or sets the barcode symbology types to search.
Syntax
'Declaration

<DescriptionAttribute("Barcode symbology types to search.")>
<DefaultValueAttribute(Code39)>
Public Property ScanBarcodeTypes As BarcodeType

[Description("Barcode symbology types to search.")]
[DefaultValue(Code39)]
public BarcodeType ScanBarcodeTypes { get; set; }

Property Value

Default value is BarcodeType.Code39.
Remarks

Different BarcodeType's may be logically OR'd to search for more than one barcode type.

Requirements

Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

See Also