QRCodeSettingsECI Property |
(Extended Channel Interpretations Encoding) property allows for additional data to be applied to the FNC1 data.
Please, keep in mind, that this is only applicable with FNC1Mode.FNC1SecondPosition.
Additionally, the acceptable data for this property is in the range {a-z}],{[A-Z} and {00-99}.
Do not change the encoding if you plan to decode your barcodes on smartphones.
Some readers are working with the default encoding only.
Namespace: Kettic.AspNet.Controls.BarcodeAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax public ModesECIMode ECI { get; set; }
Public Property ECI As ModesECIMode
Get
Set
public:
property ModesECIMode ECI {
ModesECIMode get ();
void set (ModesECIMode value);
}
member ECI : ModesECIMode with get, set
Property Value
Type:
ModesECIModeSee Also