ImageEn, unit iexUserInteractions |
|
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).
| Demos\PDF\PDFViewer\PdfViewer.dpr |
ImageEnView1.PdfViewer.PasteFromClipboard();
See Also
◼CanCutToClipboard◼CanCopyToClipboard◼CanPasteFromClipboard◼CopyToClipboard◼CutToClipboard