Enum PrintFormat
Constants for PrintFormat tag.
Namespace: SIX.TimApi.Constants
Assembly: TimApi.dll
Syntax
public enum PrintFormat
Fields
| Name | Description |
|---|---|
| FieldsOnly | Only fields are returned for printing, not a generated receipt. |
| NoPrint | Do not generate any receipts. |
| Normal | Receipts are generated, formatted and sent to the ECR. (default) |
| OnDevice | Receipts are generated and printed on the printer attached to the EFT terminal but not returned to the ECR. |
| OnDeviceWithFields | Receipts are generated and printed on the printer attached to the EFT terminal and receipt fields are returned to the ECR, not generated receipts. |
| OnDeviceWithReceipt | Receipts are generated and printed on the printer attached to the EFT terminal and generated receipts are returned to the ECR. |
| Unknown | Invalid/unknown constant value. |