Class Reference
Represents Swiss QR code reference information.
Inheritance
System.Object
Reference
Namespace: FastReport.Barcode
Assembly: FastReport.Base.dll
Syntax
public class Reference
Constructors
Reference(Reference.ReferenceType, String)
Creates a reference object which must be passed to the SwissQrCode instance
Declaration
public Reference(Reference.ReferenceType referenceType, string reference)
Parameters
| Type | Name | Description |
|---|---|---|
| Reference.ReferenceType | referenceType | Type of the reference (QRR, SCOR or NON) |
| System.String | reference | Reference text |
Reference(String)
Creates a reference object which must be passed to the SwissQrCode instance
Declaration
public Reference(string reference)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | reference | Reference text. |
Properties
ReferenceText
Gets or sets reference text.
Declaration
public string ReferenceText { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
RefType
Gets or sets reference type.
Declaration
public Reference.ReferenceType RefType { get; set; }
Property Value
| Type | Description |
|---|---|
| Reference.ReferenceType |