Click or drag to resize

McOutputCopy Method

Copies the content of a page to the clipboard.

Namespace:  MediaCy.IQL.Application
Assembly:  MediaCy.IQL.Application (in MediaCy.IQL.Application.dll) Version: 3.1.0.0
Syntax
VB
Public Sub Copy ( 
	Optional Page As Object = Nothing
)

Parameters

Page (Optional)
Type: SystemObject
McCommandBarPage name as object

Implements

IMcOutput.Copy(Object)
Remarks
Both an ASCII and an RTF version of the text are sent.
See Also