TiScope.PrintDocumentName

TiScope

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 := 'Scope Print: Signals 1 & 2 (Copy 1)';

C++ Builder

iComponent->PrintDocumentName = "Scope Print: Signals 1 & 2 (Copy 1)";

Contents | Index | Previous | Next