Click or drag to resize

IBusinessObjectPrePrint Method

Business rules hook that fires before the Print event.

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

Parameters

documentRequest
Type: PSI.SoxDocumentRequest
DocumentRequest containing document print information.
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.
See Also