Class ZPLCmdBQ
Represents the ZPL ^BQ 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 ZPLCmdBQ : ZPLCmd
Properties
A
Declaration
public char A { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Char |
B
Declaration
public char B { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Char |
C
Declaration
public int C { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |
D
Declaration
public char D { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Char |
E
Declaration
public int E { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |
Name
Declaration
public override ZPL Name { get; }
Property Value
| Type | Description |
|---|---|
| ZPL |