This topic describes the ShipExec Server Print Business Rule
A business rule hook that can be used to override the Print event
public DocumentResponse Print(DocumentRequest document, PrinterMapping printerMapping, Package package, SerializableDictionary userParams) { return null; }