Components All New MacOS Windows Linux iOS
Examples Mac & Win Server Client Guides Statistic FMM Blog Deprecated Old

Clipboard.GetPicture

Queries a picture from clipboard.

Component Version macOS Windows Linux Server iOS SDK
Clipboard 6.3 ✅ Yes ✅ Yes ❌ No ❌ No ✅ Yes
MBS( "Clipboard.GetPicture" { ; ImageType; FileName } )   More

Parameters

Parameter Description Example Flags
ImageType The type of image to return.
Either JPEG, PNG, GIF or BMP. Default is JPEG.
"JPEG" Optional
FileName The filename to use for the picture.
Default is "image" with the extension matching the image type.
"test.jpg" Optional

Result

Returns image or error.

Description

Queries a picture from clipboard.
You can store image in a container field for example.

See also

Release notes

  • Version 13.1
    • Improved Clipboard.GetPicture to take JPEG, PNG or GIF directly from the clipboard if available. Falls back to bitmap if that is not available.
  • Version 9.5

Blog Entries

This function checks for a license.

Created 3th July 2016, last changed 29th September 2020


Clipboard.GetPDF - Clipboard.GetRTFText