Gets or sets whether tilde character should be processed when MaxiCode code is being generated.

Namespace:  Neodynamic.Silverlight
Assembly:  Neodynamic.Silverlight.Barcode (in Neodynamic.Silverlight.Barcode.dll) Version: 1.0.0.0 (1.0.40.0)

Syntax

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

See Also