# ImageStorage

Namespace: **PPJ.Runtime.Windows**

Assembly: **PPJ.Runtime.49** (4.9.0.0)

Storage options for the SalPicture control.

{% tabs %}
{% tab title="C#" %}

```csharp
public enum ImageStorage : Enum
```

{% endtab %}

{% tab title="VB.NET" %}

```visual-basic
Public Enum ImageStorage As [Enum]
```

{% endtab %}
{% endtabs %}

## Fields

| Name         | Description                                                   |
| ------------ | ------------------------------------------------------------- |
| **External** | External storage. The image is stored in a file.              |
| **Internal** | Iternal storage. The image is stored in an embedded resource. |

## Used By

| Name                                                                                                                               | Description         |
| ---------------------------------------------------------------------------------------------------------------------------------- | ------------------- |
| [SalPicture.ImageStorage](https://desktop-api.iceteagroup.com/ppj.runtime.49/controls/salpicture/ppj.runtime.windows.imagestorage) | SalPicture storage. |
