Version 3.2

By default, RichView prints inserted controls using a temporal bitmap provided by programmer 
in OnPrintComponent event.
This technique cannot ensure high quality image since this bitmap has screen resolution, 
which is usually much lower than resolution of printer *.
This plugin does high quality printing of TChart components inserted in RichView editor or viewer.
A good example how to implement printing for custom types of controls. Demo included 
(for Delphi 3+, C++Builder 3+)

Notes:
* - since v1.6, this temporal bitmap can have size larger than size of the control.
It will be stretched to privide higher quality of printing.
But using this item class is still preferable.
