Spread Windows Forms 12.0 Product Documentation
Connection Property


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread.CellType.BarCode Namespace > QRCode Class : Connection Property
Gets or sets whether to use the connection function.
Syntax
'Declaration
 
Public Property Connection As Boolean
'Usage
 
Dim instance As QRCode
Dim value As Boolean
 
instance.Connection = value
 
value = instance.Connection
public bool Connection {get; set;}

Property Value

Boolean: true to use the connection function; false otherwise
See Also

Reference

QRCode Class
QRCode Members