IClipboard |
public interface IClipboardGetDataObject
The IClipboardGetDataObject type exposes the following members.
Name | Description | |
---|---|---|
ContainsFileDropList | ||
ContainsImage | ||
GetBitmapImageAsOptimizedMemoryStream | 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. | |
GetData(String) | ||
GetData(Type) | ||
GetDataPresent(String) | ||
GetDataPresent(Type) | ||
GetFileDropList | ||
GetFormats | ||
GetImage | Gets the image (or null if no image is present). |