'Declaration
Public Function CreateGdPictureImageFromClipboard() As Integer
public int CreateGdPictureImageFromClipboard()
public function CreateGdPictureImageFromClipboard(): Integer;
public function CreateGdPictureImageFromClipboard() : int;
public: int CreateGdPictureImageFromClipboard();
public: int CreateGdPictureImageFromClipboard();
Return Value
A unique image identifier of the GdPicture image representing the newly created image. The returned value is non-zero if the image is successfully created. Please first of all use the GetStat method to determine if this method has been successful.
Be aware that you need to release the image with the ReleaseGdPictureImage method after being used.