Class TextPrintContext
Kontextuálny objekt pre tlač nefiskálneho dokladu
Inherited Members
Namespace: NineDigiteKasa
Assembly: NineDigit.eKasa.dll
Syntax
public sealed class TextPrintContext
Constructors
TextPrintContext(ReceiptText)
Declaration
public TextPrintContext(ReceiptText text)
Parameters
| Type | Name | Description |
|---|---|---|
| ReceiptText | text | Povinný text nefiskálneho dokladu |
TextPrintContext(ReceiptText, ORPCode)
Declaration
public TextPrintContext(ReceiptText text, ORPCode cashRegisterCode)
Parameters
| Type | Name | Description |
|---|---|---|
| ReceiptText | text | Povinný text nefiskálneho dokladu |
| ORPCode | cashRegisterCode | Voliteľný kód pokladnice. |
Properties
CashRegisterCode
Voliteľný kód pokladnice. Ak je uvedený, pred textom budú vytlačené identifikačné údaje pre daný kód pokladnice.
Declaration
public ORPCode CashRegisterCode { get; }
Property Value
| Type | Description |
|---|---|
| ORPCode |
Text
Text nefiskálneho dokladu
Declaration
public ReceiptText Text { get; }
Property Value
| Type | Description |
|---|---|
| ReceiptText |