ComponentOne BarCode for UWP
C1.BarCode Namespace / GS1CompositeOptions Class / Type Property

In This Topic
    Type Property (GS1CompositeOptions)
    In This Topic
    Gets or sets the composite symbol type. Default value is None.
    Syntax
    'Declaration
     
    
    <System.ComponentModel.DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
    Public Property Type As GS1CompositeType
    [System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)]
    public GS1CompositeType Type {get; set;}
    See Also