Class ZPLCmdSN
Represents the ZPL ^SN 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 ZPLCmdSN : ZPLCmd
Properties
N
Declaration
public string N { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Name
Declaration
public override ZPL Name { get; }
Property Value
| Type | Description |
|---|---|
| ZPL |
Overrides
V
Declaration
public string V { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Z
Declaration
public char Z { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Char |