Gets or sets the H mark type for the right side of ITF-14 barcode symbol. Default 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 ItfHmark Itf14RightHMark { get; set; }
Visual Basic
Public Property Itf14RightHMark As ItfHmark
	Get
	Set
Visual C++
public:
property ItfHmark Itf14RightHMark {
	ItfHmark get ();
	void set (ItfHmark value);
}

Property Value

Type: ItfHmark

See Also