  | URL Constructor (String) | 
 
            Initializes a new instance of the 
URL class.
            
 
    Namespace: 
   Opait.Barcoder.QRCode
    Assembly:
   Opait.Barcoder (in Opait.Barcoder.dll) Version: 1.3.4.0
Syntaxpublic URL(
	string link
)
Parameters
- link
 - Type: SystemString
Link of the target URL. 
See Also