Table of Contents

Class BarcodeMappedData

Namespace
ScanbotSDK.MAUI.Barcode
Assembly
ScanbotSDK.Shared.dll

Format of the mapped barcode data.

public class BarcodeMappedData
Inheritance
BarcodeMappedData
Inherited Members

Constructors

BarcodeMappedData()

public BarcodeMappedData()

BarcodeMappedData(string, string, string)

public BarcodeMappedData(string title, string subtitle, string barcodeImage)

Parameters

title string
subtitle string
barcodeImage string

Properties

BarcodeImage

Image of the barcode.

[JsonRequired]
public string BarcodeImage { get; set; }

Property Value

string

Subtitle

Subtitle of the barcode.

[JsonRequired]
public string Subtitle { get; set; }

Property Value

string

Title

Title of the barcode.

[JsonRequired]
public string Title { get; set; }

Property Value

string

Methods

FromJson(string)

public static BarcodeMappedData FromJson(string rawJson)

Parameters

rawJson string

Returns

BarcodeMappedData

FromNative(BarcodeMappedData)

public static BarcodeMappedData FromNative(BarcodeMappedData source)

Parameters

source BarcodeMappedData

Returns

BarcodeMappedData

ToNative()

public BarcodeMappedData ToNative()

Returns

BarcodeMappedData