InfoConnect for Airlines VBA Guide
GraphicsDestination Property
Gets or sets the destination of graphics when you print using the ReGIS hard copy command.
Syntax
Remarks
When you print a graphic using the ReGIS hard copy command, the graphic is sent either to the host or to a digital printer. When the graphic is sent to the host, it is sent as a stream of sixel data. The host must be ready to accept the data; for example, by collecting it in a file.

When the graphic is sent to a digital (host) printer, it is printed as a bitmap image. If BypassPrinterDriver is set to true, a sixel data stream is sent to the printer (this assumes you are printing to a digital printer).

The default value is ToPrinter.
See Also