InfoConnect for Airlines VBA Guide
GetLiveScreenImage Function
Returns the live screen as an image.
Syntax
object.GetLiveScreenImage() As 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