Class BarcodeCommand
Barcode 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: Simplic.EPL
Assembly: Simplic.EPL.dll
Syntax
public class BarcodeCommand : EPLCommand
Constructors
| Improve this Doc View SourceBarcodeCommand()
Create label command
Declaration
public BarcodeCommand()
Properties
| Improve this Doc View SourceCommandName
Command name A
Declaration
public override string CommandName { get; }
Property Value
Type | Description |
---|---|
System.String |
Overrides
| Improve this Doc View SourceMaxParameter
Max Parameter: 8
Declaration
public override int MaxParameter { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
Overrides
| Improve this Doc View SourceMinParameter
Min Parameter: 8
Declaration
public override int MinParameter { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
Overrides
| Improve this Doc View SourceP1
Horizontal start position (X) in dots
Declaration
public string P1 { get; set; }
Property Value
Type | Description |
---|---|
System.String |
P2
Vertical start position (X) in dots
Declaration
public string P2 { get; set; }
Property Value
Type | Description |
---|---|
System.String |
P3
Rotation (0 = noram, 1 = 90 degrees, 2 = 180 degrees, 3 = 270 degrees)
Declaration
public string P3 { get; set; }
Property Value
Type | Description |
---|---|
System.String |
P4
Barcode selection
Declaration
public string P4 { get; set; }
Property Value
Type | Description |
---|---|
System.String |
P5
Narrow bar width
Declaration
public string P5 { get; set; }
Property Value
Type | Description |
---|---|
System.String |
P6
Wide bar width
Declaration
public string P6 { get; set; }
Property Value
Type | Description |
---|---|
System.String |
P7
Barcode height in dots
Declaration
public string P7 { get; set; }
Property Value
Type | Description |
---|---|
System.String |
P8
Print human readable code (B = yes, N = no)
Declaration
public string P8 { get; set; }
Property Value
Type | Description |
---|---|
System.String |