Search
FlowChart.PrintDiagram Method
See Also
 



Prints the diagram.

 Syntax

VB6  Copy Code

Public Sub PrintDiagram ()

C++  Copy Code

public:
void PrintDiagram ()

 Remarks

Prints the current FlowChartX document. Various setting for the print job can be assigned via the PrintOptions structure. That structure exposes as properties the title of the print job and several flags that control whether images, shadows, headers, etc. are printed. PrintOptions values are used also in preview mode. That ensures similar output on the printed pages and the display.

Printer selection dialog is displayed before starting a print job. You can skip that dialog by specifying a printer name in the PreferredDevice field of the print settings structure. Set that field to empty string (default) to get the printer dialog displayed.

 See Also