Click or drag to resize

OpsPrinterDataArgs Constructor (String, OpsPrinterDataArgsPrintTypes)

Initializes a new instance of the OpsPrinterDataArgs class

Namespace:  Micros.PosCore.Extensibility.Ops
Assembly:  PosCore (in PosCore.dll) Version: 18.2
Syntax
C#
public OpsPrinterDataArgs(
	string data,
	OpsPrinterDataArgsPrintTypes type
)

Parameters

data
Type: SystemString
type
Type: Micros.PosCore.Extensibility.OpsOpsPrinterDataArgsPrintTypes
See Also