Table of Contents

Class PropertyQRBarcodeSource

Namespace
combit.Reporting.Dom
Assembly
combit.ListLabel31.CrossPlatform.dll

Barcode source for standard QR codes providing correction level, encoding, FNC1 and version hints.

public class PropertyQRBarcodeSource : PropertyBarcodeSource
Inheritance
PropertyQRBarcodeSource
Inherited Members

Properties

CorrectionLevel

Gets or sets the error correction level.

public string CorrectionLevel { get; set; }

Property Value

string

Encoding

Gets or sets the encoding mode.

public string Encoding { get; set; }

Property Value

string

FNC1Mode

Gets or sets the FNC1 mode (GS1 usage).

public string FNC1Mode { get; set; }

Property Value

string

PreferredVersion

Gets or sets the preferred version.

public string PreferredVersion { get; set; }

Property Value

string