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

In This Topic
    FixLength Property (C1BarCode)
    In This Topic
    Gets or sets the fixed number of digits of values of barcode.
    Syntax
    'Declaration
     
    Public Property FixLength As Integer
    public int FixLength {get; set;}
    See Also