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: |
| object | An expression evaluating to an object of type McDataHandler. | | sDisplayName | Required. A String value. | | pOverridden | Required. An IUnknown object. | | pUnknown | Required. 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. | | lClipFormat | Required. A Long value. | | vContentParm | Required. A Variant value. | | lImageSizePixelsX | Required. A Long value. | | lImageSizePixelsY | Required. A Long value. | | pvData | Required. 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.
|