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

Namespace:  Neodynamic.Silverlight
Assembly:  Neodynamic.Silverlight.Barcode (in Neodynamic.Silverlight.Barcode.dll) Version: 1.0.0.0 (1.0.40.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