Search Results for

    Show / Hide Table of Contents

    Class TextCommand

    Label command

    Inheritance
    System.Object
    EPLCommand
    TextCommand
    Inherited Members
    EPLCommand.GetParameter(Int32)
    EPLCommand.Data
    EPLCommand.CheckParameterAmount
    EPLCommand.Parameter
    EPLCommand.Token
    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 Source

    TextCommand()

    Create label command

    Declaration
    public TextCommand()

    Properties

    | Improve this Doc View Source

    CommandName

    Command name A

    Declaration
    public override string CommandName { get; }
    Property Value
    Type Description
    System.String
    Overrides
    EPLCommand.CommandName
    | Improve this Doc View Source

    MaxParameter

    Max Parameter: 7

    Declaration
    public override int MaxParameter { get; }
    Property Value
    Type Description
    System.Int32
    Overrides
    EPLCommand.MaxParameter
    | Improve this Doc View Source

    MinParameter

    Min Parameter: 8

    Declaration
    public override int MinParameter { get; }
    Property Value
    Type Description
    System.Int32
    Overrides
    EPLCommand.MinParameter
    | Improve this Doc View Source

    P1

    Horizontal start position (X) in dots

    Declaration
    public string P1 { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    P2

    Vertical start position (X) in dots

    Declaration
    public string P2 { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    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
    | Improve this Doc View Source

    P4

    Font selection

    Declaration
    public string P4 { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    P5

    Horizontal multiplier expands the text horizontally

    Declaration
    public string P5 { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    P6

    Vertical multiplier expands the text vertically

    Declaration
    public string P6 { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    P7

    Riverse image (N = Normal, R = reverse image)

    Declaration
    public string P7 { get; set; }
    Property Value
    Type Description
    System.String
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx