Click or drag to resize

IClipboardGetDataObject Methods

The IClipboardGetDataObject type exposes the following members.

Methods
 NameDescription
Public methodContainsFileDropList Determines whether the clipboard contains a file-drop list.
Public methodContainsImage Determines whether the clipboard contains an image.
Public methodGetBitmapImageAsOptimizedMemoryStream Gets the bitmap image on the clipboard as optimized memory stream. Optimized means that it will be tested whether compression with jpeg or with png is more efficient, and the stream that is smaller in size will be returned.
Public methodGetData(String) Gets clipboard data for the specified format.
Public methodGetData(Type) Gets clipboard data for the specified type.
Public methodGetDataPresent(String) Determines whether data in the specified format is present.
Public methodGetDataPresent(Type) Determines whether data of the specified type is present.
Public methodGetFileDropList Gets the file-drop list from the clipboard.
Public methodGetFormats Gets the available clipboard formats.
Public methodGetImage Gets the image (or null if no image is present).
Top
See Also