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.
bool CopyAsImage {get; set;}
'Declaration
Property CopyAsImage As Boolean
'Usage
Dim instance As IOfficeTools
Dim value As Boolean
instance.CopyAsImage = value
value = instance.CopyAsImage
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.
|