Table of Contents

Class PropertyTableFieldQRBarcodeSource

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

Table field barcode source for QR codes with correction level, encoding, FNC1 and version preferences.

public class PropertyTableFieldQRBarcodeSource : PropertyTableFieldBarCodeSource
Inheritance
PropertyTableFieldQRBarcodeSource
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.

public string FNC1Mode { get; set; }

Property Value

string

PreferredVersion

Gets or sets the preferred version.

public string PreferredVersion { get; set; }

Property Value

string