Reflection Desktop VBA Guide
Attachmate.Reflection.Objects Library / Attachmate.Reflection.Objects.Productivity Library / OfficeTools Object / 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
    expression.CopyAsImage As Boolean
    where expression is a variable that represents a OfficeTools Object
    Remarks
    If the document type supports only text, the document will always copy screen data as text, regardless of this value.
    See Also