Click or drag to resize

CashRegisterDriverParameters Class

Cash register driver parameters.
Inheritance Hierarchy
SystemObject
  Resto.Front.Api.Data.Device.SettingsPrinterDriverParameters
    Resto.Front.Api.Data.Device.SettingsCashRegisterDriverParameters

Namespace:  Resto.Front.Api.Data.Device.Settings
Assembly:  Resto.Front.Api.V9 (in Resto.Front.Api.V9.dll)
Syntax
C#
[SerializableAttribute]
public class CashRegisterDriverParameters : PrinterDriverParameters

The CashRegisterDriverParameters type exposes the following members.

Constructors
  NameDescription
Public methodCashRegisterDriverParameters
Main constructor
Top
Properties
  NameDescription
Public propertyCanPrintBarcode
Can print barcode.
(Inherited from PrinterDriverParameters.)
Public propertyCanPrintImage
Can print image.
(Inherited from PrinterDriverParameters.)
Public propertyCanPrintLogo
Can print logo.
(Inherited from PrinterDriverParameters.)
Public propertyCanPrintQRCode
Can print QR code.
(Inherited from PrinterDriverParameters.)
Public propertyCanPrintText
Can print text.
Public propertyCanUseFontSizes
Can use font sizes.
(Inherited from PrinterDriverParameters.)
Public propertyDpi
The printer's resolution in dots per inch (DPI).
(Inherited from PrinterDriverParameters.)
Public propertyFont0Width
The number of characters that can fit in one line of cheque tape using font f0.
(Inherited from PrinterDriverParameters.)
Public propertyFont1Width
The number of characters that can fit in one line of cheque tape using font f1.
(Inherited from PrinterDriverParameters.)
Public propertyFont2Width
The number of characters that can fit in one line of cheque tape using font f2.
(Inherited from PrinterDriverParameters.)
Public propertyIsBillTaskSupported
Is bill (precheque) printing supported?
Public propertyIsBuyChequeSupported
Is buy cheque supported?
Public propertyIsCancellationSupported
Is cancellation supported?
Public propertyIsCustomDuplicateCheckSupported
Whether the implementation of ICashRegister overrides default duplicate check? IOperationDataContext
Public propertyIsMultipleMarkingCodesPerUnitSupported
Whether each unit within a ChequeSale can have multiple marking codes. The number of units is defined by Amount property.
Public propertyIsRegisterStatusSupported
Whether the result of the execution GetCashRegisterStatus(GetCashRegisterStatusTask) is shown in the iikoFront tray
Public propertyMarginBottom
The bottom margin of the page in dots.
(Inherited from PrinterDriverParameters.)
Public propertyMarginLeft
The left margin of the page in dots.
(Inherited from PrinterDriverParameters.)
Public propertyMarginRight
The right margin of the page in dots.
(Inherited from PrinterDriverParameters.)
Public propertyMarginTop
The top margin of the page in dots.
(Inherited from PrinterDriverParameters.)
Public propertyNeedToCheckBillNumber
Is need to check the bill (precheque) number before paying for an order?
Public propertyPageHeight
The total page height, including top and bottom margins, measured in dots.
(Inherited from PrinterDriverParameters.)
Public propertyPageWidth
The total page width, including left and right margins, measured in dots.
(Inherited from PrinterDriverParameters.)
Public propertyPrintDetailedChequeWithPrepay
Whether to print a detailed receipt for order with prepays.
Public propertyPrintNonFiscalPrepayCheque
Whether to print a non-fiscal prepay / prepay return receipt.
Public propertySupportsPayInAfterSessionClose
Can pay in after close.
Public propertyZeroCashOnClose
Zero cash on close.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also