Click or drag to resize

PosPrinterData Class

Class that describes data to be sent to a printer
Inheritance Hierarchy
SystemObject
  Micros.PosCore.Extensibility.PrintingPosPrinterData

Namespace: Micros.PosCore.Extensibility.Printing
Assembly: PosCore (in PosCore.dll) Version: 19.8
Syntax
C#
public class PosPrinterData

The PosPrinterData type exposes the following members.

Constructors
 NameDescription
Public methodPosPrinterDataInitializes a new instance of the PosPrinterData class
Public methodPosPrinterData(PosPrinterDataTextAttribute, PosPrinterDataTextAlignment, PosPrinterDataTextSize)Initializes a new instance of the PosPrinterData class
Public methodPosPrinterData(String, PosPrinterDataTextAttribute, PosPrinterDataTextAlignment, PosPrinterDataTextSize)Initializes a new instance of the PosPrinterData class
Top
Properties
See Also