Class ZPLCmdA
Represents the ZPL ^A 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 ZPLCmdA : ZPLCmd
Properties
F
Declaration
public string F { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
H
Declaration
public float H { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Single |
Name
Declaration
public override ZPL Name { get; }
Property Value
| Type | Description |
|---|---|
| ZPL |
Overrides
O
Declaration
public char O { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Char |
W
Declaration
public float W { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Single |