Class ZPLCmdTB
Represents the ZPL ^TB command.
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Neodynamic.SDK.ZPLPrinter
Assembly: cs.temp.dll.dll
Syntax
public class ZPLCmdTB : ZPLCmd
Properties
A
Declaration
public char A { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Char |
B
Declaration
public float B { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Single |
C
Declaration
public float C { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Single |
Name
Declaration
public override ZPL Name { get; }
Property Value
| Type | Description |
|---|---|
| ZPL |