Gets or sets the text alignment for Code and HumanReadableText properties.

Namespace: Neodynamic.SDK.Barcode
Assembly: Neodynamic.SDK.Barcode (in Neodynamic.SDK.Barcode.dll) Version: 3.0.2000.0 (3.0.2000.0)

Syntax

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

See Also