Gets or sets whether the ISO/IEC 15434 Protocol is used to encode the HIBC LIC or PAS Data Structures in 2D symbols. Default is False.
            
Namespace: Neodynamic.SDK.PrintingAssembly: Neodynamic.SDK.ThermalLabel (in Neodynamic.SDK.ThermalLabel.dll) Version: 6.0.3500.0 (6.0.3515.430)
 Syntax
Syntax
| C# | 
|---|
| public bool HibcUseIsoIec15434Encoding { get; set; } | 
| Visual Basic | 
|---|
| Public Property HibcUseIsoIec15434Encoding As Boolean
	Get
	Set | 
| Visual C++ | 
|---|
| public:
property bool HibcUseIsoIec15434Encoding {
	bool get ();
	void set (bool value);
} | 
Property Value
Type: 
Boolean See Also
See Also