This method is called after the Printer Options dialog is closed, before the actual print.
Code Block |
---|
Object.PrintOptions(toXFF, toParameters) |
Parameters
toXFF
The handler of the XFF file that is being emailedbeing previewed.
toParameters
The object containing the print options.
Remarks
To prevent a print, return false (.F.) from the this event.
Applies To: Extension Handler
...