Class ZPLCmd
Represents a ZPL Command.
Inheritance
System.Object
ZPLCmd
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 abstract class ZPLCmd
Properties
Name
The name of the ZPL command.
Declaration
public virtual ZPL Name { get; }
Property Value
| Type | Description |
|---|---|
| ZPL |
Prefix
The prefix of the ZPL command. It can be ^ (caret) or ~ (tilde).
Declaration
public virtual char Prefix { get; }
Property Value
| Type | Description |
|---|---|
| System.Char |
Methods
Clone()
Declaration
protected virtual object Clone()
Returns
| Type | Description |
|---|---|
| System.Object |