Reflection .NET API
Attachmate.Reflection Assembly / Attachmate.Reflection.Productivity Namespace / IOfficeTools Interface / CopyAsImage Property


CopyAsImage Property
Gets or sets whether to copy the host screen data as an image (true) or as text (false) if images are supported by the Office Suite.
Syntax
'Declaration
 
Property CopyAsImage As Boolean
 
'Usage
 
Dim instance As IOfficeTools
Dim value As Boolean
 
instance.CopyAsImage = value
 
value = instance.CopyAsImage
Exceptions
ExceptionDescription
This exception is thrown when you modify a Reflection property that has been secured via the Permissions Manager, or if such modifications require Administrator privileges.
Remarks
If the document type supports only text, the document will always copy screen data as text, regardless of this value.
See Also