JVCL Help:TJvPreviewPrinter
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvPreviewPrinter Class
[+] JvPrvwRender.pas Classes
[+] TJvPreviewPrinter Events
[+] TJvPreviewPrinter Methods
[+] TJvPreviewPrinter Properties
Search in JVCL Help
Search in all projectsClass Hierarchy
IJvPrinter
TJvPreviewPrinter
run\JvPrvwRender.pas
Summary
A class that implements the IJvPrinter interface using TPrinter as the output device.
Pascal
run\JvPrvwRender.pas
TJvPreviewPrinter = class(TJvComponent, IUnknown, IJvPrinter);
Description
- JVCLInfo
Use TJvPreviewPrinter when you want to output the content of a preview control to the printer. If a preview control is assigned to the PrintPreview property, calling Print will call the preview control's PrintRange method to create a printout using the current settings of the TJvPreviewPrinter and send it to the currently selected printer.
About
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