# ISalPictureControl

Namespace: **PPJ.Runtime.Windows**

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

SAL Controls that display a picture implement this interface.

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

```csharp
public interface ISalPictureControl
```

{% endtab %}

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

```visual-basic
Public Interface ISalPictureControl
```

{% endtab %}
{% endtabs %}

## Properties

### ![](https://620403885-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FrwxBtXkZ9hhQWYdbGhAV%2Fuploads%2FCKg4odMPj9bBKavXG5j4%2Finstance.png?alt=media\&token=2ac4a01b-785e-4197-b802-d5aae2250f90)Image

[Image](https://docs.microsoft.com/en-us/dotnet/api/system.drawing.image): Returns/Sets the image.

## Methods

### ![](https://620403885-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FrwxBtXkZ9hhQWYdbGhAV%2Fuploads%2FCKg4odMPj9bBKavXG5j4%2Finstance.png?alt=media\&token=2ac4a01b-785e-4197-b802-d5aae2250f90)GetImage()

Returns the image loaded in a bitmap resource.

**Returns:** [Image](https://docs.microsoft.com/en-us/dotnet/api/system.drawing.image).

## Implemented By

| Name                                                                                                            | Description                                                                                                                                                                                                |
| --------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| [SalOptionButton](https://docs.wisej.com/extensions/ppj.web.49/controls/saloptionbutton/README.md)              | Represents a button that the user can toggle on or off and can work in conjunction with other [SalOptionButton](https://docs.wisej.com/extensions/ppj.web.49/controls/saloptionbutton/README.md) controls. |
| [SalPicture](https://docs.wisej.com/extensions/ppj.web.49/controls/salpicture/README.md)                        | Represent a control that displays an image.                                                                                                                                                                |
| [SalPushbutton](https://docs.wisej.com/extensions/ppj.web.49/controls/ppj.runtime.windows.salpushbutton.md)     | Represent a control that the user can click to start an action.                                                                                                                                            |
| [XSalFlatButton](https://docs.wisej.com/extensions/ppj.web.xsal.49/controls/ppj.runtime.xsal.xsalflatbutton.md) |                                                                                                                                                                                                            |
