Click or drag to resize

IShippingAdapterPrintContainerDocument Method

Prints a container document

Namespace:  PSI.Sox.Adapter.Interfaces
Assembly:  PSI.Sox (in PSI.Sox.dll) Version: 2.1
Syntax
C#
AdapterPrintResponse PrintContainerDocument(
	string containerCode,
	string shipper,
	DocumentFormat documentFormat,
	PrinterDefinition printerDefinition
)

Parameters

containerCode
Type: SystemString
Container code
shipper
Type: SystemString
Shipper
documentFormat
Type: DocumentFormat
Document format
printerDefinition
Type: PrinterDefinition
Printer definition

Return Value

Type: AdapterPrintResponse

[Missing <returns> documentation for "M:PSI.Sox.Adapter.Interfaces.IShippingAdapter.PrintContainerDocument(System.String,System.String,PSI.Sox.DocumentFormat,PSI.Sox.PrinterDefinition)"]

See Also