Attachmate.Reflection.Emulation.OpenSystems Namespace > ITerminal Interface : GraphicsDestination Property |
'Declaration
Property GraphicsDestination As GraphicDestinationOption
'Usage
Dim instance As ITerminal Dim value As GraphicDestinationOption instance.GraphicsDestination = value value = instance.GraphicsDestination
GraphicDestinationOption GraphicsDestination {get; set;}
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).