Click or drag to resize

OpsDestinationPrinterRequest Constructor

Initializes a new instance of the OpsDestinationPrinterRequest class

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

Parameters

tt
Type: TranslatedText
printerType
Type: PrinterType
printers
Type: System.Collections.GenericListDbPrinter
definedPrinter
Type: PrinterID
data
Type: PrinterGroupSelection
See Also