Click or drag to resize

Print

This topic describes the ShipExec Server Print Business Rule

A business rule hook that can be used to override the Print event

Sample Print Business Rule
C#
public DocumentResponse Print(DocumentRequest document, PrinterMapping printerMapping, Package package, SerializableDictionary userParams)
{
    return null;
}
See Also