Class ZPLCmdBX
Represents the ZPL ^BX command.
Inheritance
System.Object
ZPLCmdBX
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()
Assembly: cs.temp.dll.dll
Syntax
public class ZPLCmdBX : ZPLCmd
Properties
A
Declaration
public char A { get; set; }
Property Value
| Type |
Description |
| System.Char |
|
C
Declaration
public int C { get; set; }
Property Value
| Type |
Description |
| System.Int32 |
|
F
Declaration
public int F { get; set; }
Property Value
| Type |
Description |
| System.Int32 |
|
G
Declaration
public char G { get; set; }
Property Value
| Type |
Description |
| System.Char |
|
H
Declaration
public float H { get; set; }
Property Value
| Type |
Description |
| System.Single |
|
Name
Declaration
public override ZPL Name { get; }
Property Value
Overrides
O
Declaration
public char O { get; set; }
Property Value
| Type |
Description |
| System.Char |
|
R
Declaration
public int R { get; set; }
Property Value
| Type |
Description |
| System.Int32 |
|
S
Declaration
public int S { get; set; }
Property Value
| Type |
Description |
| System.Int32 |
|