Class ZPLCmdPQ
Represents the ZPL ^PQ 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 ZPLCmdPQ : ZPLCmd
Properties
E
Declaration
public char E { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Char |
Name
Declaration
public override ZPL Name { get; }
Property Value
| Type | Description |
|---|---|
| ZPL |
Overrides
O
Declaration
public char O { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Char |
P
Declaration
public int P { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |
Q
Declaration
public int Q { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |
R
Declaration
public int R { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |