Click or drag to resize

PrePrint

This topic describes the ShipExec Server PrePrint Business Rule

A business rule hook that fires before the Print event

Sample PrePrint Business Rule
C#
public void PrePrint(DocumentRequest documentRequest, PrinterMapping printerMapping, Package package, SerializableDictionary userParams)
{

}
See Also