InfoConnect API Guide
Attachmate.Reflection.Emulation.OpenSystems Namespace / ITerminal Interface / GraphicsLevel Property


In This Topic
    GraphicsLevel Property
    In This Topic
    Use this property to match InfoConnect to the capabilities of a digital printer with regard to aspect ratio, horizontal grid size, background printing, and color printing.
    Syntax
    'Declaration
     
    
    Property GraphicsLevel As GraphicsLevelOption
    'Usage
     
    
    Dim instance As ITerminal
    Dim value As GraphicsLevelOption
     
    instance.GraphicsLevel = value
     
    value = instance.GraphicsLevel
    GraphicsLevelOption GraphicsLevel {get; set;}

    Property Value

    The default value is Level2.
    Remarks
    This property is relevant only for sending sixel data to the host (that is, when the GraphicsDestination property is set to ToHost) or when GraphicsDestination is set to ToPrinter and BypassPrinterDriver is set to true. This property also affects saving display sixels in the Save Display As dialog box.
    See Also