Enum ImageType
Supported image types.
Namespace: HP.LFT.SDK.Web
Assembly: HP.LFT.SDK.dll
Syntax
public enum ImageType
Fields
| Name | Description |
|---|---|
| Button | An image contained in an input element (input type="image"). |
| ClientAndServerImageMap | An image that is both a client image map and a server image map. |
| ClientImageMap | An image that is part of a client-side image map (relevant for area objects). |
| Link | An image contained in an anchor element. |
| Normal | A normal image without any special meaning. |
| ServerImageMap | An image defined as a server-side image map. |