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

cfMetafilePlaces an Enhanced Metafile (EMF) object onto the clipboard.
cfBitmapPlaces a Device Independent Bitmap (DIB/BMP) onto the clipboard.
cfTextExtracts and places the page's Unicode text onto the clipboard.
cfAllPlaces EMF, Bitmap, and Unicode text formats simultaneously, allowing the destination application to paste its preferred format.

See also

RenderPageToClipboard