Class ZPLCmdTO
Represents the ZPL ^TO 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 ZPLCmdTO : ZPLCmd
Properties
DD
Declaration
public string DD { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
DO
Declaration
public string DO { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
DX
Declaration
public string DX { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Name
Declaration
public override ZPL Name { get; }
Property Value
| Type | Description |
|---|---|
| ZPL |
Overrides
SD
Declaration
public string SD { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
SO
Declaration
public string SO { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
SX
Declaration
public string SX { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |