C#
VB
C++
Flags for RasterClipboard.Copy
[FlagsAttribute()]
public enum RasterClipboardCopyFlags
<FlagsAttribute()>
Public Enum RasterClipboardCopyFlags
Inherits System.Enum
Implements System.IComparable, System.IConvertible, System.IFormattable
[FlagsAttribute()]
public enum class RasterClipboardCopyFlags : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Members
Value | Member | Description |
---|---|---|
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 data to the clipboard. |
0x00000008 | Palette | Copy palette data to the clipboard. |
0x00000010 | Region | Copy the image's region to the clipboard. |
Indicates how image data is placed on the clipboard. You can use a bitwise OR ( ¦ ) to pass more than one value.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET