IXC_CopyClipboard Enumeration
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
|||
Line 4: | Line 4: | ||
{{#parentPage:PXV:IXC_Enumerations|IXC_CopyClipboard Enumeration|enum}} | {{#parentPage:PXV:IXC_Enumerations|IXC_CopyClipboard Enumeration|enum}} | ||
− | Specifies the data type | + | Specifies the data type that should be copied onto clipboard. |
== Syntax == | == Syntax == | ||
Line 18: | Line 18: | ||
== Constants == | == Constants == | ||
;CopyClipboard_Bitmap | ;CopyClipboard_Bitmap | ||
− | :The page | + | :The page, or a part of the page, will be copied onto clipboard as a BITMAP. |
;CopyClipboard_DIB | ;CopyClipboard_DIB | ||
− | :The page | + | :The page, or a part of the page, will be copied onto clipboard as a DIB section. |
;CopyClipboard_Palette | ;CopyClipboard_Palette | ||
:If this flag is used and the page has a palette, it will be copied onto the clipboard. | :If this flag is used and the page has a palette, it will be copied onto the clipboard. |
Revision as of 13:58, 21 May 2015
Specifies the data type that 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 a part of the page, will be copied onto clipboard as a BITMAP.
- CopyClipboard_DIB
- The page, or a part of the page, will be copied onto clipboard as a 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.