Class ZPLCmdDB
Represents the ZPL ~DB command.
Inheritance
System.Object
ZPLCmdDB
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 ZPLCmdDB : ZPLCmd
Properties
A
Declaration
public string A { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Base
Declaration
public int Base { get; set; }
Property Value
| Type |
Description |
| System.Int32 |
|
Copyright
Declaration
public string Copyright { get; set; }
Property Value
| Type |
Description |
| System.String |
|
D
Declaration
public string D { get; set; }
Property Value
| Type |
Description |
| System.String |
|
H
Declaration
public int H { get; set; }
Property Value
| Type |
Description |
| System.Int32 |
|
Name
Declaration
public override ZPL Name { get; }
Property Value
Overrides
NumOfChars
Declaration
public int NumOfChars { get; set; }
Property Value
| Type |
Description |
| System.Int32 |
|
O
Declaration
public string O { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Prefix
Declaration
public override char Prefix { get; }
Property Value
| Type |
Description |
| System.Char |
|
Overrides
Space
Declaration
public int Space { 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 |
|