Print Suite description
Print Suite is a set of components which provides advanced print and print preview features into Delphi and C++ Builder
Print Suite is a useful set of components that provides advanced print and print preview features into C++ Builder and Delphi applications.
The suite contains:
·
TPrintJob
main non-visual component of the suite which provides easy multipage printing
·
TPreview
control which provides easy print preview
·
TPreviewWindow
ready-to-use preview window
·
TPreviewToolbar
ready-to-use toolbar which provides control of preview
·
TPreviewStatusBar
ready-to-use status bar which provides display preview parameters
·
TPreviewComboBox
combo box which provides display and control of preview scale
·
TPreviewLabel
label to display preview parameters
Current version of Print Jobs contains:
· TSimpleGridPrintJob
print
job for easy print any graphic grid
· TSimpleTextGridPrintJob
print job for easy print any text grid
· TDBGridPrintJob
print job for easy print database grid
· TStringGridPrintJob
print job for easy print TStringGrid contents
· TListViewPrintJob
print job for easy print TListView contents
· TStringsPrintJob
print job for easy print text files and TStrings contents
· TRichEditPrintJob
print job for easy print TRichEdit contents
· TScreenshotPrintJob
print job for easy print screenshot
· TImagePrintJob
print job for easy print bitmap from TImage control
· TControlPrintJob
print job for easy print control image
· TFormPrintJob
print job for easy print form image
· TImageListPrintJob
print job for easy print image list contents
· TMultiPrintJob
component for integration of other print jobs
· TDraftPrintJob
component for draft printing
Here are some key features of "Print Suite":
· Base TCustomPrintJob class to print any graphics output
· Simple TPrintJob class to print any graphics output using OnDraw event
· Easy preview the output of any TCustomPrintJob component descendant with TPreview control
· Unit conversion methods for exact size printing
· Abstract base components for texts, grids and images printing
· Ready-to-use components for texts, grids and images printing
· Draft printing component (from 4 to 100 pages on one paper sheet)
· Multi-job component for chain printing