Class ZPLCmdGF
Represents the ZPL ^GF command.
Inheritance
System.Object
ZPLCmdGF
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Assembly: cs.temp.dll.dll
Syntax
public class ZPLCmdGF : ZPLCmd
Properties
A
Declaration
public char A { get; set; }
Property Value
| Type |
Description |
| System.Char |
|
B
Declaration
public int B { get; set; }
Property Value
| Type |
Description |
| System.Int32 |
|
C
Declaration
public int C { get; set; }
Property Value
| Type |
Description |
| System.Int32 |
|
D
Declaration
public int D { get; set; }
Property Value
| Type |
Description |
| System.Int32 |
|
Data
Declaration
public string Data { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Name
Declaration
public override ZPL Name { get; }
Property Value
Overrides
Methods
Equals(Object)
Declaration
public override bool Equals(object obj)
Parameters
| Type |
Name |
Description |
| System.Object |
obj |
|
Returns
| Type |
Description |
| System.Boolean |
|
Overrides
System.Object.Equals(System.Object)
GetHashCode()
Declaration
public override int GetHashCode()
Returns
| Type |
Description |
| System.Int32 |
|
Overrides
System.Object.GetHashCode()