Error processing SSI file
(Leadtools.Controls)

Show in webframe

RasterClipboardCopyFlags Enumeration




Flags for Copy
Syntax
public enum RasterClipboardCopyFlags : System.Enum 
'Declaration
 
Public Enum RasterClipboardCopyFlags 
   Inherits System.Enum
Members
ValueMemberDescription
0x00000000None Default.
0x00000001Empty Empty the clipboard before copying data to it.
0x00000002Dib Copy DIB data to the clipboard.
0x00000004Bitmap Copy DDB data data to the clipboard.
0x00000008Palette Copy palette data to the clipboard.
0x00000010Region Copy the image's region to the clipboard.
0x00000020RasterImage Serialize the raster image object to the clipboard
Remarks
Indicates how image data is placed on the clipboard. You can use a bitwise OR ( | ) to pass more than one value.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.Controls.RasterClipboardCopyFlags

Requirements

Target Platforms

See Also

Reference

Leadtools.Controls Namespace

Error processing SSI file