CashRegisterDriverParameters Class |
Namespace: Resto.Front.Api.Data.Device.Settings
[SerializableAttribute] public class CashRegisterDriverParameters : PrinterDriverParameters
The CashRegisterDriverParameters type exposes the following members.
| Name | Description | |
|---|---|---|
| CashRegisterDriverParameters | Main constructor |
| Name | Description | |
|---|---|---|
| CanPrintBarcode | Can print barcode. (Inherited from PrinterDriverParameters.) | |
| CanPrintImage | Can print image. (Inherited from PrinterDriverParameters.) | |
| CanPrintLogo | Can print logo. (Inherited from PrinterDriverParameters.) | |
| CanPrintQRCode | Can print QR code. (Inherited from PrinterDriverParameters.) | |
| CanPrintText | Can print text. | |
| CanUseFontSizes | Can use font sizes. (Inherited from PrinterDriverParameters.) | |
| Dpi | The printer's resolution in dots per inch (DPI). (Inherited from PrinterDriverParameters.) | |
| Font0Width | The number of characters that can fit in one line of cheque tape using font f0. (Inherited from PrinterDriverParameters.) | |
| Font1Width | The number of characters that can fit in one line of cheque tape using font f1. (Inherited from PrinterDriverParameters.) | |
| Font2Width | The number of characters that can fit in one line of cheque tape using font f2. (Inherited from PrinterDriverParameters.) | |
| IsBillTaskSupported | Is bill (precheque) printing supported? | |
| IsBuyChequeSupported | Is buy cheque supported? | |
| IsCancellationSupported | Is cancellation supported? | |
| IsCustomDuplicateCheckSupported | Whether the implementation of ICashRegister overrides default duplicate check? IOperationDataContext | |
| IsMultipleMarkingCodesPerUnitSupported | Whether each unit within a ChequeSale can have multiple marking codes. The number of units is defined by Amount property. | |
| IsRegisterStatusSupported | Whether the result of the execution GetCashRegisterStatus(GetCashRegisterStatusTask) is shown in the iikoFront tray | |
| MarginBottom | The bottom margin of the page in dots. (Inherited from PrinterDriverParameters.) | |
| MarginLeft | The left margin of the page in dots. (Inherited from PrinterDriverParameters.) | |
| MarginRight | The right margin of the page in dots. (Inherited from PrinterDriverParameters.) | |
| MarginTop | The top margin of the page in dots. (Inherited from PrinterDriverParameters.) | |
| NeedToCheckBillNumber | Is need to check the bill (precheque) number before paying for an order? | |
| PageHeight | The total page height, including top and bottom margins, measured in dots. (Inherited from PrinterDriverParameters.) | |
| PageWidth | The total page width, including left and right margins, measured in dots. (Inherited from PrinterDriverParameters.) | |
| PrintDetailedChequeWithPrepay | Whether to print a detailed receipt for order with prepays. | |
| PrintNonFiscalPrepayCheque | Whether to print a non-fiscal prepay / prepay return receipt. | |
| SupportsPayInAfterSessionClose | Can pay in after close. | |
| ZeroCashOnClose | Zero cash on close. |
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |