Click or drag to resize

IClipboardGetDataObject Interface

Interface for a data object to get data from the clipboard.

Namespace: Altaxo.Gui
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public interface IClipboardGetDataObject

The IClipboardGetDataObject type exposes the following members.

Methods
 NameDescription
Public methodContainsFileDropList 
Public methodContainsImage 
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) 
Public methodGetData(Type) 
Public methodGetDataPresent(String) 
Public methodGetDataPresent(Type) 
Public methodGetFileDropList 
Public methodGetFormats 
Public methodGetImage Gets the image (or null if no image is present).
Top
See Also