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

<DescriptionAttribute("Barcode symbology subsets to search.")>
Public ReadOnly Property ScanBarcodeSubsets As System.Collections.Generic.List(Of BarcodeSymbologySubset)

[Description("Barcode symbology subsets to search.")]
public System.Collections.Generic.List<BarcodeSymbologySubset> ScanBarcodeSubsets { get; }

Remarks

Standard barcode subsets see in BarcodeSymbologySubsets.

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