Click or drag to resize

IBusinessObjectPrint Method

Business rules hook that can be used to override the Print event.

Namespace:  PSI.Sox.Interfaces
Assembly:  PSI.Sox (in PSI.Sox.dll) Version: 2.1
Syntax
DocumentResponse Print(
	DocumentRequest documentRequest,
	PrinterMapping printerMapping,
	Package package,
	SerializableDictionary userParams
)

Parameters

documentRequest
Type: PSI.SoxDocumentRequest
printerMapping
Type: PrinterMapping
Printer object containing the printer to print to.
package
Type: PSI.SoxPackage
Package object containing the package information for the document being printed.
userParams
Type: PSI.SoxSerializableDictionary
SerializableDictionary object that can be used to pass in key/value pairs for custom use.

Return Value

Type: DocumentResponse
See Also