PrintDirect()
|
none
|
Immediately prints the chart on the default printer.
|
PrintDirect(PrintSizeMode)
|
sizeMode
|
Immediately prints the chart using the default printer and the specified print size mode.
|
PrintDirect(PrintQueue, PrintSizeMode)
|
queue, sizeMode
|
Obsolete. Immediately prints the chart using the printer specified by the print queue and the specified print size mode.
|
PrintDirect(PrintQueue)
|
queue
|
Obsolete. Immediately prints the chart using the printer specified by the print queue.
|
PrintDirect(String, PrintSizeMode)
|
printerName, sizeMode
|
Prints the chart on a printer with the specified name and size mode immediately.
|
PrintDirect(String)
|
printerName
|
Prints the chart on a printer with the specified name immediately.
|