Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Terminal Object / ReGISV6 Property
In This Topic
    ReGISV6 Property
    In This Topic
    Gets or sets how ReGIS graphics images are handled.
    Syntax
    expression.ReGISV6 As Boolean
    where expression is a variable that represents a Terminal Object
    Remarks
    When this property is false, Reflection uses enhanced features for handling ReGIS graphics. These enhancements include support for image resizing, clearer fonts, improved printed images, and increased speed.

    When this property is true, Reflection handles ReGIS 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.

    The default value is false.
    See Also