CopyGraphicsBackground Property
Gets or sets a value indicating whether bitmaps copied to the Clipboard are edited so the background color is set to white, and all near-white colors are set to black. This is useful for pasting graphic images into word processing documents.
bool CopyGraphicsBackground {get; set;}
'Declaration
Property CopyGraphicsBackground As Boolean
'Usage
Dim instance As IScreen
Dim value As Boolean
instance.CopyGraphicsBackground = value
value = instance.CopyGraphicsBackground