InfoConnect API Guide
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
    bool ReGISV6 {get; set;}

    Property Value

    The default value is false.
    Remarks
    When this property is false, InfoConnect 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, InfoConnect 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