In This Topic
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
bool CopyAsImage {get; set;}
Exceptions
Exception | Description |
Attachmate.Reflection.SecuredSettingException |
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.
|
See Also