VintaSoft Barcode .NET SDK 15.0: Documentation for Web developer
Vintasoft.Barcode.Web.Services Namespace / WebBarcodeWriteRequestParams Class / GS1TwoDimensionalComponentType Property
Syntax Requirements SeeAlso
In This Topic
    GS1TwoDimensionalComponentType Property (WebBarcodeWriteRequestParams)
    In This Topic
    Gets or sets the GS1 2D component type.
    Syntax
    'Declaration
    
    Public Property GS1TwoDimensionalComponentType As Vintasoft.Barcode.SymbologySubsets.GS1TwoDimensionalComponentType
    
    
    public Vintasoft.Barcode.SymbologySubsets.GS1TwoDimensionalComponentType GS1TwoDimensionalComponentType { get; set; }
    
    
    public: __property Vintasoft.Barcode.SymbologySubsets.GS1TwoDimensionalComponentType get_GS1TwoDimensionalComponentType();
    public: __property void set_GS1TwoDimensionalComponentType(
    Vintasoft.Barcode.SymbologySubsets.GS1TwoDimensionalComponentType value
    );
    public:
    property Vintasoft.Barcode.SymbologySubsets.GS1TwoDimensionalComponentType GS1TwoDimensionalComponentType { Vintasoft.Barcode.SymbologySubsets.GS1TwoDimensionalComponentType get(); void set(Vintasoft.Barcode.SymbologySubsets.GS1TwoDimensionalComponentType value); }
    Requirements

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

    See Also