Concept Framework 1.0 documentation Contents | Index

RClipboard.GetImageBuffer

Name Type Access Version Deprecated
GetImageBuffer function static version 1.0 no

Prototype:
static function GetImageBuffer(type="png");

Parameters:
type      a string containing the format of the image to get ("png", "jpg", ...)

Description:
This function tries to get an image from the client's clipboard.

Returns:
If no image is found in the clipboard, returns null. If the clipboard contains an image, then a buffer containing the content of a file of the type specified by the 'type' parameter is returned.

Documented by Eduard Suica, generation time: Thu Oct 15 20:01:54 2009 GMT(c)2009 RadGs Software