The RasterClipboard class provides methods for working with image data and the Windows clipboard.
public static class RasterClipboard
public ref class RasterClipboard sealed abstract
The RasterClipboard class contains the Copy method that lets you copy the image data of a RasterImage to the clipboard. The Copy method also has RasterClipboardCopyFlags for copying region data or the palette of the RasterImage.
The Paste method lets you create a RasterImage from the data currently in the Windows clipboard.
Use the IsReady property to check if any compatible data is currently in the Windows clipboard. For example, you can use this property to update the user interface of your application by enabling/disabling the Paste menu item.
Note: Since the RasterImage implements standard .NET serialization, you can use the .NET System.Windows.Forms.Clipboard class to use the Windows clipboard. For more information and an example, refer to RasterImage Serialization.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document