IClipboardGetDataObjectGetBitmapImageAsOptimizedMemoryStream Method |
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.
Namespace: Altaxo.GuiAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax (Stream Stream, string? FileExtension) GetBitmapImageAsOptimizedMemoryStream()
Return Value
ValueTupleStream,
StringIf successfull, the stream and the file extension that describes the kind of stream. If unsuccessfull, the tuple (null, null) is returned.
See Also