Gets or sets the Aztec Code Format to use on that symbology.

Namespace:  Neodynamic.WPF
Assembly:  Neodynamic.WPF.Barcode (in Neodynamic.WPF.Barcode.dll)
Version: 2.0.3000.0 (2.0.3000.0)

Syntax

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

See Also