Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Terminal Object / GraphicsLevel Property
In This Topic
    GraphicsLevel Property
    In This Topic
    Use this property to match Reflection to the capabilities of a digital printer with regard to aspect ratio, horizontal grid size, background printing, and color printing.
    Syntax
    expression.GraphicsLevel As GraphicsLevelOption
    where expression is a variable that represents a Terminal Object

    Property Value

    A GraphicsLevelOption value
    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. The default value is Level2.
    See Also