TiPlotComponent.PrintDocumentName
TiPlotComponent
Specifies the name of the document displayed on the Printer's display when
printing a chart.
property PrintDocumentName : String;
Description
Use PrintDocumentName to get or set the document name displayed on the
Printer's display, if supported by the printer, when printing the chart using the
built-in printing functionality.
Example
Delphi
iComponent.PrintDocumentName := 'Chart Print: Pressure vs. Temperature (Copy 1)';
C++ Builder
iComponent->PrintDocumentName = "Chart Print: Pressure vs. Temperature (Copy 1)";
Contents | Index | Previous | Next