| Visual Basic (Declaration) | |
|---|---|
<FlagsAttribute()> Public Enum RasterClipboardCopyFlags Inherits Enum  | |
| Visual Basic (Usage) |  Copy Code | 
|---|---|
 | |
| C# | |
|---|---|
[FlagsAttribute()] public enum RasterClipboardCopyFlags : Enum  | |
| C++/CLI | |
|---|---|
[FlagsAttribute()] public enum class RasterClipboardCopyFlags : public Enum  | |
| Member | Description | 
|---|---|
| None | Default. | 
| Empty | Empty the clipboard before copying data to it. | 
| Dib | Copy DIB data to the clipboard. | 
| Bitmap | Copy DDB data data to the clipboard. | 
| Palette | Copy palette data to the clipboard. | 
| 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.
            
            System.Object
   System.ValueType
      System.Enum
         Leadtools.WinForms.RasterClipboardCopyFlags
Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family