Class
MailQRCodeValueStringBuilder

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: IQRCodeValueStringBuilder

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

string

Receiver's email address.

subject

string

The subject of the email.

body

string

The body of the email.

format

MailFormat

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.

Declaration

cs-api-definition
public override string BuildValue()

Returns

string

Overrides QRCodeValueStringBuilderBase.BuildValue()

Validate()

Validates and returns all errors as a new line delimited string.

Declaration

cs-api-definition
public override string Validate()

Returns

string

Overrides QRCodeValueStringBuilderBase.Validate()