Description

Returns the clipboard data of an object for a clipboard format.

Return Type

A Boolean value.   A Variant with appropriate value for the given format.
Failure Returns Empty..

Failure conditions:
Implementation defined. MULTIPLE

Syntax

object.ObjectClipboardData (sDisplayName, pOverridden, pUnknown, lClipFormat, vContentParm, lImageSizePixelsX, lImageSizePixelsY, pvData)

The ObjectClipboardData Method syntax has these parts:

PartDescription
objectAn expression evaluating to an object of type McDataHandler.
sDisplayNameRequired. A String value.
pOverriddenRequired. An IUnknown object.
pUnknownRequired. An IUnknown object. The given object. lClipFormat : The chosen format (clipboard format) from ObjectClipboardFormats() to be exported. lScaleToWidthPixels : scale raster formats to width in pixels. lScaleToHeightPixels : scale raster formats to height in pixels.
lClipFormatRequired. A Long value.
vContentParmRequired. A Variant value.
lImageSizePixelsXRequired. A Long value.
lImageSizePixelsYRequired. A Long value.
pvDataRequired. A Variant value.

Remarks

When a lScaleTo* is specified without it's complement -- the complemented parameter will assume the value to maintain the original content. The actual resolution will be changed by this parameter. When lScaleTo* is Not specified the full content will be exported.