JVCL Help:IJvPrinter

From Project JEDI Wiki
Jump to navigationJump to search
JEDI Visual Component Library Help

Search in JVCL Help

 
Search in all projects
 

Class Hierarchy

IJvPrinter
TJvPreviewPrinter
run\JvPrvwDoc.pas


Summary

Interface describing the commands that must be supported to be able to print a preview.

run\JvPrvwDoc.pas


Pascal

 run\JvPrvwDoc.pas
 IJvPrinter = interface;


Description

IJvPrinter defines methods necessary to print a preview to a printing device. In order to send the preview displayed by a TJvCustomPreviewControl to another output device (like a printer), a component must implement the methods of IJvPrinter in order to call the TJvCustomPreviewControl.PrintRange function. A default implementation of the IJvPrinter can be found in the TJvPreviewPrinter component. This component implements the interface by sending all methods call to the global Printer object.
To output the preview to other devices (like PDF files), write a component that implements the IJvPrinter interface.

run\JvPrvwDoc.pas


About

Navigation

run\JvPrvwDoc.pas



Contribute to this help topic

This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page