TPDFlibClipboardFormat
Data Types
Description
TPDFlibClipboardFormat defines target clipboard data formats when rendering and transferring page content to the system clipboard.
Syntax
Delphi
type TPDFlibClipboardFormat = (cfMetafile, cfBitmap, cfText, cfAll);Values
| cfMetafile | Places an Enhanced Metafile (EMF) object onto the clipboard. |
|---|---|
| cfBitmap | Places a Device Independent Bitmap (DIB/BMP) onto the clipboard. |
| cfText | Extracts and places the page's Unicode text onto the clipboard. |
| cfAll | Places EMF, Bitmap, and Unicode text formats simultaneously, allowing the destination application to paste its preferred format. |