Click or drag to resize
KanjiModeEncodeData Method
This method encodes the data for the Kanji Mode.

Namespace: Kettic.AspNet.Controls.Barcode
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public Dictionary<int, string> EncodeData(
	string dataToEncode
)

Parameters

dataToEncode
Type: SystemString

Return Value

Type: DictionaryInt32, String
See Also