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

In This Topic
    Image Property (C1BarCode)
    In This Topic
    Gets an image of the barcode that represents the value in the Text property, obtained using the encoding specified by the CodeType property.
    Syntax
    'Declaration
     
    Public ReadOnly Property Image As Image
    public Image Image {get;}
    Remarks
    Barcode must be in visual tree.
    See Also