Click or drag to resize

PosPrinterData Constructor (PosPrinterDataTextAttribute, PosPrinterDataTextAlignment, PosPrinterDataTextSize)

Initializes a new instance of the PosPrinterData class

Namespace:  Micros.PosCore.Extensibility.Printing
Assembly:  PosCore (in PosCore.dll) Version: 18.2
Syntax
C#
public PosPrinterData(
	PosPrinterDataTextAttribute textAtt,
	PosPrinterDataTextAlignment textAlign,
	PosPrinterDataTextSize textSize
)

Parameters

textAtt
Type: Micros.PosCore.Extensibility.PrintingPosPrinterDataTextAttribute
textAlign
Type: Micros.PosCore.Extensibility.PrintingPosPrinterDataTextAlignment
textSize
Type: Micros.PosCore.Extensibility.PrintingPosPrinterDataTextSize
See Also