14 lines
692 B
Plaintext
14 lines
692 B
Plaintext
|
|
Version 3.2
|
||
|
|
|
||
|
|
By default, RichView prints inserted controls using a temporal bitmap provided by programmer
|
||
|
|
in OnPrintComponent event.
|
||
|
|
This technique cannot provide a high quality image printing since this bitmap has screen resolution,
|
||
|
|
which is usually much lower than resolution of printer *.
|
||
|
|
This plugin does a 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
|
||
|
|
|
||
|
|
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.
|