Gets or sets the H mark type for the left side of ITF-14 barcode symbol. Default is None.
Namespace: Neodynamic.SDK.PrintingAssembly: Neodynamic.SDK.ThermalLabel (in Neodynamic.SDK.ThermalLabel.dll) Version: 6.0.3500.0 (6.0.3515.430)
Syntax
C# |
---|
public ItfHmark Itf14LeftHMark { get; set; } |
Visual Basic |
---|
Public Property Itf14LeftHMark As ItfHmark Get Set |
Visual C++ |
---|
public: property ItfHmark Itf14LeftHMark { ItfHmark get (); void set (ItfHmark value); } |