Gets or sets the axis used for flipping. Default value is None

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

Syntax

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

Property Value

Type: Flip

See Also