Spread Windows Forms 12.0 Product Documentation
Model Property (QRCode)


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread.CellType.BarCode Namespace > QRCode Class : Model Property
Gets or sets the model of QR Code.
Syntax
'Declaration
 
Public Property Model As QRCode.QRCodeModel
'Usage
 
Dim instance As QRCode
Dim value As QRCode.QRCodeModel
 
instance.Model = value
 
value = instance.Model
public QRCode.QRCodeModel Model {get; set;}

Property Value

QRCode.QRCodeModel setting that specifies the model
See Also

Reference

QRCode Class
QRCode Members