Class AlternativeProcedure
Provides alternative schema content for a SwissQRCode.
Inheritance
Namespace: Telerik.Barcode
Assembly: Telerik.Reporting.dll
Syntax
public class AlternativeProcedure
Constructors
AlternativeProcedure(String, String)
Initializes a new instance of the AlternativeProcedure class.
Declaration
public AlternativeProcedure(string alternativeProcedure1, string alternativeProcedure2 = null)
Parameters
System.String
alternativeProcedure1
Parameter character chain of the alternative scheme. |
System.String
alternativeProcedure2
Parameter character chain of the alternative scheme. |
Properties
AlternativeProcedure1
The first line of the alternative procedure.
Declaration
public string AlternativeProcedure1 { get; }
Property Value
System.String
|
AlternativeProcedure2
The second line of the alternative procedure.
Declaration
public string AlternativeProcedure2 { get; }
Property Value
System.String
|