BarCode for WPF | ComponentOne
C1.WPF.BarCode Assembly / C1.WPF.BarCode Namespace / C1BarCode Class / CaptionGrouping Property

In This Topic
    CaptionGrouping Property (C1BarCode)
    In This Topic
    Gets or sets a value indicating whether to add spaces between groups of characters in the caption to make long numbers easier to read.
    Syntax
    'Declaration
     
    Public Property CaptionGrouping As Boolean
    public bool CaptionGrouping {get; set;}
    See Also