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