Returns a history screen as an image.
'Declaration
Function GetHistoryScreenImage( _
ByVal As Integer _
) As Byte()
'Usage
Dim instance As IScreenHistory
Dim index As Integer
Dim value() As Byte
value = instance.GetHistoryScreenImage(index)
byte[] GetHistoryScreenImage(
int
)
Parameters
- index
- The zero-based index of the history screen to capture. This must be a value between 0 and Count-1.
Return Value
An image of the specified history screen.
This sample uses GetHistoryScreenImage to save the screens in the Screen History list as images in a Word document before the session is disconnected.