Flags for Copy.
[FlagsAttribute()]
public enum RasterClipboardCopyFlags
public [FlagsAttribute]
enum class RasterClipboardCopyFlags sealed
0x00000000 |
None |
Default.
|
0x00000001 |
Empty |
Empty the clipboard before copying data to it.
|
0x00000002 |
Dib |
Copy DIB data to the clipboard.
|
0x00000004 |
Bitmap |
Copy DDB data to the clipboard.
|
0x00000008 |
Palette |
Copy palette data to the clipboard.
|
0x00000010 |
Region |
Copy the image's region to the clipboard.
|
0x00000020 |
RasterImage |
Serialize the raster image object to the clipboard
|
Indicates how image data is placed on the clipboard. You can use a bitwise OR ( | ) to pass more than one value.
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