ComponentOne BarCode for UWP
C1.Xaml.BarCode Namespace / C1BarCode Class / Image Property

In This Topic
    Image Property
    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 Windows.UI.Xaml.Controls.Image
    public Windows.UI.Xaml.Controls.Image Image {get;}
    Remarks
    Barcode must be in visual tree.
    See Also