Click or drag to resize

PosPrinterData(String, PosPrinterDataTextAttribute, PosPrinterDataTextAlignment, PosPrinterDataTextSize) Constructor

Initializes a new instance of the PosPrinterData class

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

Parameters

text  String
 
textAtt  PosPrinterDataTextAttribute
 
textAlign  PosPrinterDataTextAlignment
 
textSize  PosPrinterDataTextSize
 
See Also