QRCodeSettingsVersion Property |
This is an integer value, in the range from 1 to 40, representing the version which one desires to use.
Usually, higher-version QR codes are used do accommodate larger amounts of data.
Namespace: Kettic.AspNet.Controls.BarcodeAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic int Version { get; set; }
Public Property Version As Integer
Get
Set
public:
property int Version {
int get ();
void set (int value);
}
member Version : int with get, set
Property Value
Type:
Int32
See Also