IXC_CopyClipboard Enumeration

From PDF XChange PDF SDK
Revision as of 08:11, 20 May 2015 by Dsbot (Talk | contribs) (Automatic page editing by robot)

Jump to: navigation, search

Specifies the data type which should be copied onto clipboard.

Syntax

enum IXC_CopyClipboard
{
    CopyClipboard_Bitmap         = 1,
    CopyClipboard_DIB            = 2,
    CopyClipboard_Palette        = 4,
    CopyClipboard_EmptyClipboard = 4096,
};

Constants

CopyClipboard_Bitmap
The page (or its part) will be copied onto clipboard as BITMAP.
CopyClipboard_DIB
The page (or its part) will be copied onto clipboard as DIB section.
CopyClipboard_Palette
If this flag is used and the page has a palette, it will be copied onto the clipboard.
CopyClipboard_EmptyClipboard
If this flag is set, the clipboard will be emptied before copying.

See Also

IIXC_Page::CopyToClipboard