TCustomTeePanel.PrintPartial
TCustomTeePanel
procedure PrintPartial(Const PrinterRect: TRect);
Unit
TeeProcs
Description
This method will send the Chart to the currently selected Printer, scaled to the R rectangular region. The current Printer orientation (Portrait or Landscape) can be changed prior to call PrintRect. The biggest rectangular region is the (0,0,Printer.PageWidth-1,Printer.PageHeight-1)
The main difference between PrintPartial and PrintRect is that the first one does not call the Printer BeginDoc and EndDoc methods thus allowing you to print more charts or custom printing together in the same paper page.