Reflection .NET API
Attachmate.Reflection.Emulation.OpenSystems Assembly / 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

Property Value

The default value is Compress.
See Also