Gets or sets the Aztec Code Format to use on that symbology. Default value is Auto

Namespace: Neodynamic.SDK.Printing
Assembly: Neodynamic.SDK.ThermalLabel (in Neodynamic.SDK.ThermalLabel.dll) Version: 6.0.3500.0 (6.0.3515.430)

Syntax

C#
public AztecCodeFormat AztecCodeFormat { get; set; }
Visual Basic
Public Property AztecCodeFormat As AztecCodeFormat
	Get
	Set
Visual C++
public:
property AztecCodeFormat AztecCodeFormat {
	AztecCodeFormat get ();
	void set (AztecCodeFormat value);
}

Property Value

Type: AztecCodeFormat

See Also