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


In This Topic
    GraphicsPrintMode Property
    In This Topic
    Gets or sets how graphics images are printed.
    Syntax
    'Declaration
     
    
    Property GraphicsPrintMode As GraphicsPrintModeOption
    'Usage
     
    
    Dim instance As ITerminal
    Dim value As GraphicsPrintModeOption
     
    instance.GraphicsPrintMode = value
     
    value = instance.GraphicsPrintMode
    GraphicsPrintModeOption GraphicsPrintMode {get; set;}

    Property Value

    The default value is Compress.
    See Also