Web API Edition | ComponentOne
C1.BarCode Namespace / Code49Options Class / Grouping Property

In This Topic
    Grouping Property (Code49Options)
    In This Topic
    Gets or sets a value indicating whether grouping is set for the barcode.
    Syntax
    'Declaration
     
    
    <DefaultValueAttribute(False)>
    <#YUc("Desc_Code49Options_Grouping", "Gets or sets a value indicating whether grouping is set for the barcode.")>
    <NotifyParentPropertyAttribute(True)>
    Public Property Grouping As Boolean
    [DefaultValue(false)]
    [#YUc("Desc_Code49Options_Grouping", "Gets or sets a value indicating whether grouping is set for the barcode.")]
    [NotifyParentProperty(true)]
    public bool Grouping {get; set;}
    See Also