VintaSoft Barcode .NET SDK 14.3: 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; }
    
    
    [Description("Barcode symbology subsets to search.")]
    public: __property System.Collections.Generic.List<BarcodeSymbologySubset*>* get_ScanBarcodeSubsets();
    
    
    
    [Description("Barcode symbology subsets to search.")]
    public:
    property System.Collections.Generic.List<BarcodeSymbologySubset^>^ ScanBarcodeSubsets { System.Collections.Generic.List<BarcodeSymbologySubset^>^ get(); }
    Remarks

    Standard barcode subsets see in BarcodeSymbologySubsets.

    Requirements

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

    See Also