←Select platform

RasterClipboardCopyFlags Enumeration

Summary

Flags for Copy.

Syntax
C#
C++/CLI
[FlagsAttribute()] 
public enum RasterClipboardCopyFlags 
public [FlagsAttribute] 
   enum class RasterClipboardCopyFlags sealed 
Members

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 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

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.Controls Namespace

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

Leadtools.Controls Assembly

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