CopyToClipboard()

Syntax:

CopyToClipboard( Native )

Parameters:

Native – the format in which to copy a Text object. Native is either true or false. If Native is true it will copy the contents of the Text object in RTF and plain text formats. If Native is false, the Text object is copied as an image. This parameter is only required when copying Text objects.

Remarks:

This function will copy graphical Objects to the Windows clipboard. A graphical object is any object that can be drawn on a page, it does not include Objects such as Timelines, DocViews and Browsers.

image\Script_Button.jpgExamples