ImageEn, unit iexUserInteractions

TIEPdfViewer.PasteFromClipboard

TIEPdfViewer.PasteFromClipboard


Declaration

function PasteFromClipboard(): Boolean;


Description

Paste text to the current form field from the clipboard.
Or if object editing is enabled, it will paste an object, image or text from the clipboard (you can specify the paste position for images and text).


Demo

Demo  Demos\PDF\PDFViewer\PdfViewer.dpr


Example

ImageEnView1.PdfViewer.PasteFromClipboard();


See Also

CanCutToClipboard
CanCopyToClipboard
CanPasteFromClipboard
CopyToClipboard
CutToClipboard