JVCL Help:TJvPreviewPrinter

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\JvPrvwRender.pas


Summary

A class that implements the IJvPrinter interface using TPrinter as the output device.

run\JvPrvwRender.pas


Pascal

 run\JvPrvwRender.pas
 TJvPreviewPrinter = class(TJvComponent, IUnknown, IJvPrinter);


Description

  1. 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.

run\JvPrvwRender.pas


About

Navigation

run\JvPrvwRender.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