The Print Preview Components v5.60 has been released.

  • [feature] Added OnPageProcessing event to TPrintPreview control. This event occurs just before processing a page, during the print and save as PDF and TIFF operations. You can use this event to filter pages or cancel the whole operation.
  • [change] Changed the parameter list of OnProgress event. Now this event just reports the progress; neither reports processing page number nor provides a way to cancel the operation.
  • [change] Removed some redundant code.

Reader's Comments »

  1. 2. By Kambiz on November 2, 2010 at 11:58

    Thank you for the bug report, and particularly for the fix!