Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Terminal Object / GraphicsDestination Property
In This Topic
GraphicsDestination Property
In This Topic
Gets or sets the destination of graphics when you print using the ReGIS hard copy command.
Syntax
expression.GraphicsDestination As GraphicDestinationOption
where expression is a variable that represents a Terminal Object

Property Value

A GraphicDestinationOption value
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