Class SwissQRCodeEncoder
Defines the QRCode encoder class.
Inherited Members
Namespace: Telerik.Reporting.Barcodes
Assembly: Telerik.Reporting.dll
Syntax
public class SwissQRCodeEncoder : QRCodeEncoder
Constructors
SwissQRCodeEncoder()
Properties
BillData
Gets the class representing the data fields mandatory to create a barcode used in a Swiss QR Bill.
Declaration
public SwissQRBillData BillData { get; }
Property Value
SwissQRBillData
|
ECI
Gets the Extended Channel Interpretation (ECI) mode of the SwissQR barcode - a constant "UTF8".
Declaration
public override ECIMode ECI { get; }
Property Value
ECIMode
|
Overrides
ErrorCorrectionLevel
Gets the error correction level of the SwissQR barcode - a constant "M".
Declaration
public override ErrorCorrectionLevel ErrorCorrectionLevel { get; }
Property Value
ErrorCorrectionLevel
|
Overrides
QuietZone
Gets or sets a value indicating the size of the "quiet zone" around the barcode.
Declaration
public string QuietZone { get; set; }
Property Value
System.String
|
ValidateBillData
Gets or sets a value indicating whether the BillData fields will be validated, or not.
Declaration
public bool ValidateBillData { get; set; }
Property Value
System.Boolean
|
ValueFromBillData
Gets or sets a value indicating whether the barcode value will be generated from the BillData fields, or not.
Declaration
public bool ValueFromBillData { get; set; }
Property Value
System.Boolean
|