Gets or sets the Encoding Name (Code Page) to be used for Aztec Code symbology. Default value is "ISO-8859-1"
            
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 string AztecCodeByteEncodingName { get; set; } | 
| Visual Basic | 
|---|
| Public Property AztecCodeByteEncodingName As String
	Get
	Set | 
| Visual C++ | 
|---|
| public:
property String^ AztecCodeByteEncodingName {
	String^ get ();
	void set (String^ value);
} | 
Property Value
Type: 
String See Also
See Also