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