Class TextExportPrinterCommand
Represents the printer command class
Inheritance
System.Object
TextExportPrinterCommand
Namespace: FastReport.Export.Text
Assembly: FastReport.dll
Syntax
public class TextExportPrinterCommand
Constructors
TextExportPrinterCommand()
Initializes a new instance of the TextExportPrinterCommand class.
Declaration
public TextExportPrinterCommand()
Properties
Active
Gets or sets the active state of command. Default value is false.
Declaration
public bool Active { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Name
Gets or sets the command name.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
SequenceOff
Gets or sets the list of "off sequence".
Declaration
public List<byte> SequenceOff { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<System.Byte> |
SequenceOn
Gets or sets the list of "on sequence".
Declaration
public List<byte> SequenceOn { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<System.Byte> |