Gets or sets whether monochrome effect should be reversed.

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

Syntax

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

See Also