Click or drag to resize

StatFrameAdd Method

add value to counter

Namespace:  Atalasoft.Barcoding.Reading.BarcodeLib
Assembly:  Atalasoft.dotImage.Barcoding.Reading (in Atalasoft.dotImage.Barcoding.Reading.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public void Add(
	string key,
	int value
)

Parameters

key
Type: SystemString
name of counter
value
Type: SystemInt32
amount to add to counter
See Also