# Paste Image on Draw

Paste a specified image on a draw control.

Action available for the following operating systems:

![](/files/-MAlQBZuuTnc6hyzKSVQ)

### Parameters

* **Control** *\<unquoted string> -* The name of the specified draw control.
* **Image** *\<combobox> -* The path to the image to be pasted. There are two options available to this parameter: *dynamic* or *browse*.
  * ***Dynamic** \<string> -* a string expression indicates the complete path to the image.
  * ***Browse** -* open a window to navigate throw the file system.
* **Mode** *\<unquoted string> -* The mode of the pasted image. There are three possible options: *Stretched*, *100%*, *Proportionally Stretched* or *dynamic*.
* **Format** *\<unquoted string> -* The type of format of the saved file. There are several formats available: *Auto*, *JPG* (.jpeg), *BMP* (.bmp), *GIF* (.gif) or *PCX* (.pcx).
* **X** *\<numeric> -* The X coordinate where the pasted of image begins.
* **Y** *\<numeric> -* The Y coordinate where the pasted of image begins.
* **Width** *\<numeric> -* The width of the pasted image. The pasted image begins on coordinate X,Y.
* **Height** *\<numeric> -* The height of the pasted image. The pasted image begin on coordinate X,Y.
* **Transparency Mode** *\<unquoted string> -* The transparency mode of the pasted image. There are several options available: *None*, *First Pixel*, *Image Transparency*, *Specify Color* and *Dynamic*.
* **Fixed Color** - Defines a fixed color from the pallet of colors pre-defined.
* **Dynamic Color** *\<string> -* User can define a value of a color in RGB. The values for this parameter vary from "000000000" to "255255255".

{% hint style="info" %}
To assume the image dimensions, user must enter *0* in parameters Width and Height.
{% endhint %}

{% hint style="info" %}
If the value of parameter **Transparency Mode** is *None*, the options **Font Color** and **Dynamic Color** are disabled.
{% endhint %}

{% hint style="info" %}
In the parameter **Image**, if the user chooses option *Dynamic*, please see the following pages for more information: PFOLDER and KFOLDER.
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://doc.sysdevmobile.com/kalipso5/developing/form/actions/actions-description/group-controls/paste-image-on-draw.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
