Reflection .NET API
Attachmate.Reflection.Emulation.OpenSystems Assembly / Attachmate.Reflection.Emulation.OpenSystems Namespace / IScreen Interface / MaintainUnscaledImage Property


In This Topic
MaintainUnscaledImage Property
In This Topic
By default, Reflection scales graphics images down so that an entire image fits on the PC display. Set this property to True if you want to see an image as it would appear on a terminal display. Use Alt with the arrow keys to pan the window.
Syntax
'Declaration
 
Property MaintainUnscaledImage As Boolean
 
'Usage
 
Dim instance As IScreen
Dim value As Boolean
 
instance.MaintainUnscaledImage = value
 
value = instance.MaintainUnscaledImage
See Also