ClassSwissQRCodeEncoder
Defines the QRCode encoder class.
Definition
Namespace:Telerik.Reporting.Barcodes
Assembly:Telerik.Reporting.dll
Syntax:
public class SwissQRCodeEncoder : QRCodeEncoder
Inheritance: objectEncoderEncoder2DQRCodeEncoderSwissQRCodeEncoder
Inherited Members
Constructors
SwissQRCodeEncoder()
Initializes a new instance of the SwissQRCodeEncoder class.
Declaration
public SwissQRCodeEncoder()
Properties
BillData
Gets the class representing the data fields mandatory to create a barcode used in a Swiss QR Bill.
Declaration
[TypeConverter(typeof(ExpandableObjectConverter))]
public SwissQRBillData BillData { get; }
Property Value
ECI
Gets the Extended Channel Interpretation (ECI) mode of the SwissQR barcode - a constant "UTF8".
Declaration
[Browsable(false)]
public override ECIMode ECI { get; }
Property Value
Overrides
ErrorCorrectionLevel
Gets the error correction level of the SwissQR barcode - a constant "M".
Declaration
[Browsable(false)]
public override ErrorCorrectionLevel ErrorCorrectionLevel { get; }
Property Value
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
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
bool
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
bool