InfoConnect for Airlines
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
bool CopyAsImage {get; set;}
Exceptions
ExceptionDescription
Attachmate.Reflection.SecuredSettingException This exception is thrown when you modify a InfoConnect 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