Reflection Desktop VBA Guide
Attachmate.Reflection.Objects Library / Attachmate.Reflection.Objects.Productivity Library / ScreenHistory Object / GetLiveScreenImage Method
In This Topic
    GetLiveScreenImage Method
    In This Topic
    Returns the live screen as an image.
    Syntax
    expression.GetLiveScreenImage() As Byte()
    where expression is a variable that represents a ScreenHistory Object

    Return Value

    The live screen, in image format.
    Remarks
    This method can be used in conjunction with the ScreenChanged event to build a list of screen images. The returned image can be used in conjunction with the Productivity.OfficeTools CreateWordProcessingDocumentWithGraphicSet method, provided that the installed Office Suite and installed Office Tools adapter assembly support graphics in word-processing documents.

    The returned image is subject to currently configured privacy filters.

    See Also