InfoConnect API Guide
Attachmate.Reflection.Emulation.OpenSystems Namespace / IScreen Interface / CopyGraphicsBackground Property


In This Topic
    CopyGraphicsBackground Property
    In This Topic
    Gets or sets a value indicating whether bitmaps copied to the Clipboard are edited so the background color is set to white, and all near-white colors are set to black. This is useful for pasting graphic images into word processing documents.
    Syntax
    'Declaration
     
    
    Property CopyGraphicsBackground As Boolean
    'Usage
     
    
    Dim instance As IScreen
    Dim value As Boolean
     
    instance.CopyGraphicsBackground = value
     
    value = instance.CopyGraphicsBackground
    bool CopyGraphicsBackground {get; set;}
    See Also