Version Property

Navigation:  Reference Guide > Properties >

Version Property

Previous pageReturn to chapter overviewNext page

Gets or sets the version of the QRCode barcode.

[Visual Basic .NET]

Public Property Version As enumVersion

[C#]

public enumVersion Version {get; set;}

 

Remarks

If you set Version to vrAuto (Auto version), our QRCode .NET control will automatically choose an appropriate version with enough data capacity to encode the string.

 

If you set Version to other values and the data capacity of the selected version is not big enough to encode the string, our QRCode .NET control will also automatically choose an appropriate version with bigger data capacity to encode the string.

 

 

See Also

GetActualRC() Method