Click or drag to resize

IBusinessObjectApiPrintDocument Method

Print Document

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

Parameters

userContext
Type: PSI.SoxUserContext
User Context
documentRequest
Type: PSI.SoxDocumentRequest
Document Request
printerMapping
Type: PrinterMapping
Printer Mapping
package
Type: PSI.SoxPackage
Package
userParams
Type: PSI.SoxSerializableDictionary
User Params

Return Value

Type: DocumentResponse
See Also