Click or drag to resize

Bookmark Constructor (String, String)

Initializes a new instance of the Bookmark class.

Namespace:  Opait.Barcode.QRCode
Assembly:  Opait.Barcode (in Opait.Barcode.dll) Version: 1.2.0.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