Table of Contents

Class PrinterConfiguration

Namespace
RetailForce.Fiscalisation.Implementation.Italy.Printer
Assembly
RetailForce.Fiscalisation.Model.dll

Class for printer configuration in Italy.

public class PrinterConfiguration
Inheritance
object
PrinterConfiguration
Inherited Members

Properties

PrinterModel

The model of the printer which should be connected.

public PrinterModel PrinterModel { get; set; }

Property Value

PrinterModel

PrinterParameter

The device driver parameters.

public virtual List<ConfigurationParameter> PrinterParameter { get; set; }

Property Value

List<ConfigurationParameter>