Click or drag to resize

PostPrint

This topic describes the ShipExec Server PostPrint Business Rule

A business rule hook that fires after the Print event

Sample PostPrint Business Rule
C#
public void PostPrint(DocumentRequest document, DocumentResponse documentResponse, PrinterMapping printerMapping, Package package, SerializableDictionary userParams)
{

}
See Also