Click or drag to resize

IBusinessObjectPostPrint Method

Business rules hook that fires after the Print event.

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

Parameters

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