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