Web API Edition | ComponentOne
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
     
    
    <DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
    <#YUc("Desc_GS1Composite_Type", "Gets or sets the composite symbol type.")>
    <NotifyParentPropertyAttribute(True)>
    Public Property Type As GS1CompositeType
    [DefaultValue(Mono.Cecil.CustomAttributeArgument)]
    [#YUc("Desc_GS1Composite_Type", "Gets or sets the composite symbol type.")]
    [NotifyParentProperty(true)]
    public GS1CompositeType Type {get; set;}
    See Also