ImageStorage
Namespace: PPJ.Runtime.Windows
Assembly: PPJ.Web.49 (4.9.0.0)
Storage options for the SalPicture control.
- C#
- VB.NET
public enum ImageStorage : Enum
Public Enum ImageStorage As [Enum]
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 | SalPicture storage. |