Class BarcodeQR
Generates the 2D QR code barcode.
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: FastReport.Barcode
Assembly: FastReport.OpenSource.dll
Syntax
public class BarcodeQR : Barcode2DBase
Constructors
BarcodeQR()
Initializes a new instance of the BarcodeQR class with default settings.
Declaration
public BarcodeQR()
Properties
Encoding
Gets or sets the encoding used for text conversion.
Declaration
public QRCodeEncoding Encoding { get; set; }
Property Value
Type | Description |
---|---|
QRCodeEncoding |
ErrorCorrection
Gets or sets the error correction.
Declaration
public QRCodeErrorCorrection ErrorCorrection { get; set; }
Property Value
Type | Description |
---|---|
QRCodeErrorCorrection |
QuietZone
Gets or sets the value indicating that quiet zone must be shown.
Declaration
public bool QuietZone { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Methods
Assign(BarcodeBase)
Assigns properties from other, similar barcode.
Declaration
public override void Assign(BarcodeBase source)
Parameters
Type | Name | Description |
---|---|---|
BarcodeBase | source | Barcode object to assign properties from. |