Class TextCommand
Label 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 TextCommand : EPLCommand
Constructors
| Improve this Doc View SourceTextCommand()
Create label command
Declaration
public TextCommand()
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: 7
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
Font selection
Declaration
public string P4 { get; set; }
Property Value
Type | Description |
---|---|
System.String |
P5
Horizontal multiplier expands the text horizontally
Declaration
public string P5 { get; set; }
Property Value
Type | Description |
---|---|
System.String |
P6
Vertical multiplier expands the text vertically
Declaration
public string P6 { get; set; }
Property Value
Type | Description |
---|---|
System.String |
P7
Riverse image (N = Normal, R = reverse image)
Declaration
public string P7 { get; set; }
Property Value
Type | Description |
---|---|
System.String |