Click or drag to resize

OpsDestinationPrinterRequest Constructor

Initializes a new instance of the OpsDestinationPrinterRequest class

Namespace: Micros.Ops
Assembly: Ops (in Ops.dll) Version: 19.8
Syntax
C#
public OpsDestinationPrinterRequest(
	TranslatedText tt,
	PrinterType printerType,
	List<DbPrinter> printers,
	PrinterID definedPrinter,
	PrinterGroupSelection data
)

Parameters

tt  TranslatedText
 
printerType  PrinterType
 
printers  ListDbPrinter
 
definedPrinter  PrinterID
 
data  PrinterGroupSelection
 
See Also