Class ZPLFormat
Represents a ZPL format or label i.e. the commands between XA and XZ.
Inheritance
System.Object
ZPLFormat
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 ZPLFormat
Properties
Commands
Gets the list of ZPLCmd objects contained by this ZPLFormat.
Declaration
public List<ZPLCmd> Commands { get; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.List<ZPLCmd> |