Click or drag to resize

URL Class

Generates a URL payload which, when scanned, will navigate to the URL link.
Inheritance Hierarchy
SystemObject
  Opait.Barcoder.QRCodeURL

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

The URL type exposes the following members.

Constructors
  NameDescription
Public methodURL
Initializes a new instance of the URL class.
Public methodURL(String)
Initializes a new instance of the URL class.
Top
Properties
  NameDescription
Public propertyLink
Gets or sets the URL link to encode.
Top
Methods
See Also