Click or drag to resize

Bookmark Class

Generates a bookmark payload. Scanned by an QR Code reader, this one creates a browser bookmark.
Inheritance Hierarchy
SystemObject
  Opait.Barcoder.QRCodeBookmark

Namespace:  Opait.Barcoder.QRCode
Assembly:  Opait.Barcoder (in Opait.Barcoder.dll) Version: 1.3.4.0
Syntax
C#
public class Bookmark

The Bookmark type exposes the following members.

Constructors
  NameDescription
Public methodBookmark
Initializes a new instance of the Bookmark class.
Public methodBookmark(String, String)
Initializes a new instance of the Bookmark class.
Top
Properties
  NameDescription
Public propertyTitle
Gets or sets the display title of the bookmark.
Public propertyUrl
Gets or sets the URL link attached to the browser bookmark.
Top
Methods
See Also