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