VintaSoft Barcode .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Barcode.SymbologySubsets Namespace / CompositeBarcodeSymbologySubset Class / GetDependingSubsets() Method
Syntax Requirements SeeAlso
In This Topic
    GetDependingSubsets() Method (CompositeBarcodeSymbologySubset)
    In This Topic
    Returns a subsets that this composite barcode symbology subset depends on.
    Syntax
    'Declaration
    
    Public Overridable Function GetDependingSubsets() As BarcodeSymbologySubset[]
    
    
    public virtual BarcodeSymbologySubset[] GetDependingSubsets()
    
    
    public: virtual BarcodeSymbologySubset*[] GetDependingSubsets()
    
    
    public:
    virtual BarcodeSymbologySubset^[] GetDependingSubsets()

    Return Value

    An array that contains BarcodeSymbologySubset instances.
    Requirements

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

    See Also