Reflection .NET API
Attachmate.Reflection.Emulation.OpenSystems Assembly / Attachmate.Reflection.Emulation.OpenSystems Namespace / ITerminal Interface / ReGISV6 Property


In This Topic
ReGISV6 Property
In This Topic
Gets or sets how ReGIS graphics are handled.
Syntax
'Declaration
 
Property ReGISV6 As Boolean
 
'Usage
 
Dim instance As ITerminal
Dim value As Boolean
 
instance.ReGISV6 = value
 
value = instance.ReGISV6

Property Value

The default value is false.
Remarks
When this property is false, Reflection uses enhanced features for handling these graphics. Enhancements include support for image resizing, clearer fonts, improved printed images, and increased speed.

When this property is true, Reflection handles these graphics as it did in version 6.0. Some types of graphics, such as fill patterns, may be more accurately represented when ReGISV6 is true.

See Also