IXC_CopyClipboard Enumeration
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
|||
Line 2: | Line 2: | ||
{{#customTitle:IXC_CopyClipboard Enumeration}} | {{#customTitle:IXC_CopyClipboard Enumeration}} | ||
{{#parentPage:PXV:IXC|IXC_CopyClipboard Enumeration|enum}} | {{#parentPage:PXV:IXC|IXC_CopyClipboard Enumeration|enum}} | ||
− | + | ||
{{ToReview}} | {{ToReview}} | ||
− | Specifies the | + | Specifies the data type which should be copied onto clipboard. |
== Syntax == | == Syntax == | ||
Line 19: | Line 19: | ||
== Constants == | == Constants == | ||
;CopyClipboard_Bitmap | ;CopyClipboard_Bitmap | ||
− | :The | + | :The page (or its part) will be copied onto clipboard as BITMAP. |
;CopyClipboard_DIB | ;CopyClipboard_DIB | ||
− | :The | + | :The page (or its part) will be copied onto clipboard as DIB section. |
;CopyClipboard_Palette | ;CopyClipboard_Palette | ||
− | : | + | :If this flag is used and the page has palette, this palette will be placed onto clipboard. |
;CopyClipboard_EmptyClipboard | ;CopyClipboard_EmptyClipboard | ||
− | : | + | :If this flag is set, the clipboard will be empty before copying. |
== See Also == | == See Also == | ||
− | + | [[PXV:IIXC_Page_CopyToClipboard|IIXC_Page::CopyToClipboard]] |
Revision as of 05:50, 29 April 2015
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 palette, this palette will be placed onto clipboard.
- CopyClipboard_EmptyClipboard
- If this flag is set, the clipboard will be empty before copying.