Class ZPLCmdDY
Represents the ZPL ~DY command.
Inheritance
System.Object
ZPLCmdDY
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 ZPLCmdDY : ZPLCmd
Properties
B
Declaration
public string B { get; set; }
Property Value
| Type |
Description |
| System.String |
|
D
Declaration
public string D { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Data
Declaration
public string Data { get; set; }
Property Value
| Type |
Description |
| System.String |
|
F
Declaration
public string F { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Name
Declaration
public override ZPL Name { get; }
Property Value
Overrides
Prefix
Declaration
public override char Prefix { get; }
Property Value
| Type |
Description |
| System.Char |
|
Overrides
T
Declaration
public int T { get; set; }
Property Value
| Type |
Description |
| System.Int32 |
|
W
Declaration
public int W { get; set; }
Property Value
| Type |
Description |
| System.Int32 |
|
X
Declaration
public string X { get; set; }
Property Value
| Type |
Description |
| System.String |
|