BarcodeScannerSettingsSetProperty Method |
Set custom property
Namespace: Scandit.RecognitionAssembly: Scandit.Recognition (in Scandit.Recognition.dll) Version: 4.16.0.0 (4.16.0.0)
Syntax public void SetProperty(
string key,
int value
)
Public Sub SetProperty (
key As String,
value As Integer
)
public:
void SetProperty(
String^ key,
int value
)
member SetProperty :
key : string *
value : int -> unit
Parameters
- key
- Type: SystemString
The parameter name. - value
- Type: SystemInt32
The parameter value
Remarks See Also