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
Encoding
Gets or sets the encoding mode.
public string Encoding { get; set; }
Property Value
FNC1Mode
Gets or sets the FNC1 mode.
public string FNC1Mode { get; set; }
Property Value
PreferredVersion
Gets or sets the preferred version.
public string PreferredVersion { get; set; }