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

In This Topic
    CodeType Property (C1BarCode)
    In This Topic
    The selected encoding is applied to the value stored in Text property to generate the barcode image displayed in the control
    Syntax
    'Declaration
     
    Public Property CodeType As CodeType
    public CodeType CodeType {get; set;}
    See Also