Click or drag to resize

Bookmark Constructor (String, String)

Initializes a new instance of the Bookmark class.

Namespace:  Opait.Barcoder.QRCode
Assembly:  Opait.Barcoder (in Opait.Barcoder.dll) Version: 1.3.4.0
Syntax
C#
public Bookmark(
	string title,
	string url
)

Parameters

title
Type: SystemString
The Title of the bookmark.
url
Type: SystemString
The URL of the bookmark.
See Also