InfoConnect for Airlines VBA Guide
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 System.Byte()

    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