ClassMailQRCodeValueStringBuilder
Class
Holds the information needed for a email QR code to be validated and generated.
Definition
Namespace:Telerik.Barcode
Assembly:Telerik.Windows.Controls.DataVisualization.dll
Syntax:
cs-api-definition
public class MailQRCodeValueStringBuilder : QRCodeValueStringBuilderBase, IQRCodeValueStringBuilder
Inheritance: objectQRCodeValueStringBuilderBaseMailQRCodeValueStringBuilder
Implements:
Constructors
MailQRCodeValueStringBuilder(string, string, string, MailFormat)
Initializes a new instance of the MailQRCodeValueStringBuilder class.
Declaration
cs-api-definition
public MailQRCodeValueStringBuilder(string receiver, string subject = null, string body = null, MailFormat format = MailFormat.MAILTO)
Parameters
receiver
Receiver's email address.
subject
The subject of the email.
body
The body of the email.
format
The format in which the data will be represented by the QR code.
Methods
BuildValue()
Builds the string value that will be used for encoding in a barcode.
Validate()
Validates and returns all errors as a new line delimited string.