VintaSoft Barcode .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Barcode.BarcodeInfo Namespace / SwissQRCodeBarcodeInfo Class / DecodedValue Property
Syntax Requirements SeeAlso
In This Topic
    DecodedValue Property (SwissQRCodeBarcodeInfo)
    In This Topic
    Gets a decode value ofSwiss QR Code barcode.
    Syntax
    'Declaration
    
    Public ReadOnly Property DecodedValue As SwissQRCodeValueItem
    
    
    public SwissQRCodeValueItem DecodedValue { get; }
    
    
    public: __property SwissQRCodeValueItem* get_DecodedValue();
    
    
    
    public:
    property SwissQRCodeValueItem^ DecodedValue { SwissQRCodeValueItem^ get(); }
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also