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