QRCodeSettingsAutoIncreaseVersion Property |
Set to true to increase the Version automatically in order to encode longer text, if you are not sure what version to set.
By default is set to false.
Namespace: Kettic.AspNet.Controls.BarcodeAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic bool AutoIncreaseVersion { get; set; }
Public Property AutoIncreaseVersion As Boolean
Get
Set
public:
property bool AutoIncreaseVersion {
bool get ();
void set (bool value);
}
member AutoIncreaseVersion : bool with get, set
Property Value
Type:
Boolean
See Also