InfoConnect API Guide
Attachmate.Reflection.Productivity Namespace / IOfficeTools Interface / CopyAsImage Property


In This Topic
    CopyAsImage Property
    In This Topic
    Gets or sets whether to copy the host screen data as an image (true) or as text (false) if images are supported by the Office Suite.
    Syntax
    'Declaration
     
    
    Property CopyAsImage As Boolean
    'Usage
     
    
    Dim instance As IOfficeTools
    Dim value As Boolean
     
    instance.CopyAsImage = value
     
    value = instance.CopyAsImage
    bool CopyAsImage {get; set;}
    Exceptions
    ExceptionDescription
    This exception is thrown when you modify an InfoConnect property that has been secured via the Permissions Manager, or if such modifications require Administrator privileges.
    Remarks
    If the document type supports only text, the document will always copy screen data as text, regardless of this value.
    See Also