VintaSoft Barcode .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Barcode Namespace / WriterSettings Class / GS1TwoDimensionalComponentType Property
Syntax Requirements SeeAlso
In This Topic
    GS1TwoDimensionalComponentType Property (WriterSettings)
    In This Topic
    Gets or sets GS1 2D component type.
    Syntax
    'Declaration
    
    <DescriptionAttribute("GS1 2D component type.")>
    <DefaultValueAttribute(Undefined)>
    <CategoryAttribute("Common")>
    Public Property GS1TwoDimensionalComponentType As Vintasoft.Barcode.SymbologySubsets.GS1TwoDimensionalComponentType
    
    
    [Description("GS1 2D component type.")]
    [DefaultValue(Undefined)]
    [Category("Common")]
    public Vintasoft.Barcode.SymbologySubsets.GS1TwoDimensionalComponentType GS1TwoDimensionalComponentType { get; set; }
    
    
    [Description("GS1 2D component type.")]
    [DefaultValue(Undefined)]
    [Category("Common")]
    public: __property Vintasoft.Barcode.SymbologySubsets.GS1TwoDimensionalComponentType get_GS1TwoDimensionalComponentType();
    public: __property void set_GS1TwoDimensionalComponentType(
    Vintasoft.Barcode.SymbologySubsets.GS1TwoDimensionalComponentType value
    );

    Property Value

    Valid values:
    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