Class BookmarkQRCodeValueStringBuilder
Holds the information needed for a bookmark QR code to be validated and generated.
Namespace: Telerik.Barcode
Assembly: Telerik.Reporting.dll
Syntax
public class BookmarkQRCodeValueStringBuilder : QRCodeValueStringBuilderBase, IQRCodeValueStringBuilder
Constructors
BookmarkQRCodeValueStringBuilder(String, String)
Initializes a new instance of the BookmarkQRCodeValueStringBuilder class.
Declaration
public BookmarkQRCodeValueStringBuilder(string url, string title = null)
Parameters
System.String
url
The url this bookmark points to. |
System.String
title
Optional title for the bookmark. |
Methods
BuildValue()
Builds the string value that will be used for encoding in a barcode.
Declaration
public override string BuildValue()
Returns
System.String
|
Overrides
Validate()
Validates and returns all errors as a new line delimited string.
Declaration
public override string Validate()
Returns
System.String
|