Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.4.3
|
Leadtools.Controls Assembly > Leadtools.Controls Namespace : RasterClipboardCopyFlags Enumeration |
public enum RasterClipboardCopyFlags : System.Enum
'Declaration
Public Enum RasterClipboardCopyFlags Inherits System.Enum
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. |
0x00000020 | RasterImage | Serialize the raster image object to the clipboard |
System.Object
System.ValueType
System.Enum
Leadtools.Controls.RasterClipboardCopyFlags