RasterClipboardCopyFlags Enumeration

Summary

Flags for RasterClipboard.Copy

Syntax

C#
C++/CLI
C++
[FlagsAttribute()] 
public enum RasterClipboardCopyFlags 
[FlagsAttribute()] 
public enum class RasterClipboardCopyFlags : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable   
public: 
   [FlagsAttribute] 
   enum class RasterClipboardCopyFlags sealed 

Members
ValueMemberDescription
0x00000000NoneDefault.
0x00000001EmptyEmpty the clipboard before copying data to it.
0x00000002DibCopy DIB data to the clipboard.
0x00000004BitmapCopy DDB data data to the clipboard.
0x00000008PaletteCopy palette data to the clipboard.
0x00000010RegionCopy the image's region 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.

Requirements

Target Platforms

See Also

Reference

Leadtools.WinForms Namespace

Help Version 22.0.2023.2.9
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.WinForms Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.