object.GetHistoryScreenImage( ByVal index As Integer ) As Byte() |
Parameters
- index
- The zero-based index of the history screen to capture. This must be a value between zero and Count-1.
Return Value
An image of the specified history screen.Exception | Description |
---|---|
System.ArgumentOutOfRangeException | Thrown if index does not correspond to a valid screen index in the current Screen History. |
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.