Click or drag to resize

IShippingAdapterPrintDocument Method

print document

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

Parameters

msn
Type: SystemInt64
ms to print
shipper
Type: SystemString
adapter 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.PrintDocument(System.Int64,System.String,PSI.Sox.DocumentFormat,PSI.Sox.PrinterDefinition)"]

See Also