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

    Property Value

    The default value is ToPrinter.
    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).

    See Also